Simpl.Serialization.Types.CompositeType.CompositeType C# (CSharp) 메소드

CompositeType() 공개 메소드

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