IKVM.Internal.FakeTypes.GetAttributeType C# (CSharp) Method

GetAttributeType() static private method

static private GetAttributeType ( Type attributeType ) : Type
attributeType IKVM.Reflection.Type
return IKVM.Reflection.Type
        internal static Type GetAttributeType(Type attributeType)
        {
            return genericAttributeAnnotationType.MakeGenericType(attributeType);
        }