CLRSharp.Type_Common_System.Type_Common_System C# (CSharp) Méthode

Type_Common_System() public méthode

public Type_Common_System ( ICLRSharp_Environment env, System type, ICLRType subtype ) : System
env ICLRSharp_Environment
type System
subtype ICLRType
Résultat 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;
        }