Simpl.Serialization.Types.CompositeType.CompositeType C# (CSharp) Method

CompositeType() public method

public CompositeType ( Type theType ) : System
theType System.Type
return System
        public CompositeType(Type theType)
            : base(theType.Name,theType,"java","objc","db")
        {
            this.Type = ClassDescriptor.GetClassDescriptor(theType);
            this.cSharpTypeName = theType.Name;
        }