CLRSharp.Type_Common_System.Type_Common_System C# (CSharp) Method

Type_Common_System() public method

public Type_Common_System ( ICLRSharp_Environment env, System type, ICLRType subtype ) : System
env ICLRSharp_Environment
type System
subtype ICLRType
return System
        public Type_Common_System(ICLRSharp_Environment env, System.Type type, ICLRType[] subtype)
        {
            this.env = env;
            this.TypeForSystem = type;
            FullNameWithAssembly = type.AssemblyQualifiedName;
            this.SubTypes = subtype;
        }