Mono.Cecil.Fluent.SystemTypeOrTypeReference.SystemTypeOrTypeReference C# (CSharp) Méthode

SystemTypeOrTypeReference() private méthode

private SystemTypeOrTypeReference ( Type t ) : System
t System.Type
Résultat System
        internal SystemTypeOrTypeReference(Type t)
        {
            if (t == null)
                throw new ArgumentNullException();
            _type = t;
        }

Same methods

SystemTypeOrTypeReference::SystemTypeOrTypeReference ( TypeReference t ) : System