MmsSerializationSurrogateGetKnownCustomDataTypes Method |
[Missing <summary> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection{System.Type})"]
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public void GetKnownCustomDataTypes(
Collection<Type> customDataTypes
)
Public Sub GetKnownCustomDataTypes (
customDataTypes As Collection(Of Type)
)
public:
virtual void GetKnownCustomDataTypes(
Collection<Type^>^ customDataTypes
) sealed
Parameters
- customDataTypes
- Type: System.Collections.ObjectModelCollectionType
[Missing <param name="customDataTypes"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection{System.Type})"]
Implements
IDataContractSurrogateGetKnownCustomDataTypes(CollectionType)See Also