Catel.Runtime.Serialization.Xml.DataContractSerializerFactory.XmlSerializerTypeInfo.AddCollectionAsHandled C# (CSharp) Method

AddCollectionAsHandled() public method

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