Catel.Runtime.Serialization.Xml.DataContractSerializerFactory.XmlSerializerTypeInfo.AddCollectionAsHandled C# (CSharp) Méthode

AddCollectionAsHandled() public méthode

Adds the collection type as handled.
public AddCollectionAsHandled ( Type type ) : void
type System.Type The type.
Résultat void
            public void AddCollectionAsHandled(Type type)
            {
                _collectionTypesAlreadyHandled.Add(type);
            }