[This is preliminary documentation and is subject to change.]
Returns .ctor(SerializationInfo, StreamingContext) that complies with ISerializable concept, or null.
Namespace: NFX.SerializationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ConstructorInfo GetISerializableCtorInfo(
Type type
)
public static ConstructorInfo GetISerializableCtorInfo(
Type type
)
Public Shared Function GetISerializableCtorInfo (
type As Type
) As ConstructorInfo
Public Shared Function GetISerializableCtorInfo (
type As Type
) As ConstructorInfo
public:
static ConstructorInfo^ GetISerializableCtorInfo(
Type^ type
)
public:
static ConstructorInfo^ GetISerializableCtorInfo(
Type^ type
)
static member GetISerializableCtorInfo :
type : Type -> ConstructorInfo
static member GetISerializableCtorInfo :
type : Type -> ConstructorInfo
Return Value
Type:
ConstructorInfo