hessiancsharp.io.CCollectionDeserializer.CCollectionDeserializer C# (CSharp) Method

CCollectionDeserializer() public method

Constructor
public CCollectionDeserializer ( System type ) : System
type System Type of the list instances
return System
        public CCollectionDeserializer(System.Type type)
        {
            m_type = type;
        }