[This is preliminary documentation and is subject to change.]
Resolves a meta field definition into actual native field. Returns null wen resolution is not possible and field should be skipped
Namespace: NFX.Serialization.PODAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual FieldInfo ResolveField(
Type nativeType,
MetaComplexType..::..MetaField mfield
)
public virtual FieldInfo ResolveField(
Type nativeType,
MetaComplexType..::..MetaField mfield
)
Public Overridable Function ResolveField (
nativeType As Type,
mfield As MetaComplexType..::..MetaField
) As FieldInfo
Public Overridable Function ResolveField (
nativeType As Type,
mfield As MetaComplexType..::..MetaField
) As FieldInfo
public:
virtual FieldInfo^ ResolveField(
Type^ nativeType,
MetaComplexType..::..MetaField^ mfield
)
public:
virtual FieldInfo^ ResolveField(
Type^ nativeType,
MetaComplexType..::..MetaField^ mfield
)
abstract ResolveField :
nativeType : Type *
mfield : MetaComplexType..::..MetaField -> FieldInfo
override ResolveField :
nativeType : Type *
mfield : MetaComplexType..::..MetaField -> FieldInfo
abstract ResolveField :
nativeType : Type *
mfield : MetaComplexType..::..MetaField -> FieldInfo
override ResolveField :
nativeType : Type *
mfield : MetaComplexType..::..MetaField -> FieldInfo
Return Value
Type:
FieldInfo