System.Reflection.Tests.TypeAttr.TypeAttr C# (CSharp) Method

TypeAttr() public method

public TypeAttr ( Type t )
t Type
        public TypeAttr(Type t)
        {
            value = t;
        }
TypeAttr