[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.SlimAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Array DescriptorToArray(
string descr,
Type type
)
public static Array DescriptorToArray(
string descr,
Type type
)
Public Shared Function DescriptorToArray (
descr As String,
type As Type
) As Array
Public Shared Function DescriptorToArray (
descr As String,
type As Type
) As Array
public:
static Array^ DescriptorToArray(
String^ descr,
Type^ type
)
public:
static Array^ DescriptorToArray(
String^ descr,
Type^ type
)
static member DescriptorToArray :
descr : string *
type : Type -> Array
static member DescriptorToArray :
descr : string *
type : Type -> Array
Return Value
Type:
Array