Mono.Cecil.Fluent.SystemTypeOrTypeReference.SystemTypeOrTypeReference C# (CSharp) Method

SystemTypeOrTypeReference() private method

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

Same methods

SystemTypeOrTypeReference::SystemTypeOrTypeReference ( TypeReference t ) : System