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

GetAttributeReturnValueType() static private method

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