System.RuntimeTypeHandle.CreateInstanceForAnotherGenericParameter C# (CSharp) Method

CreateInstanceForAnotherGenericParameter() private method

private CreateInstanceForAnotherGenericParameter ( Type genericParameter ) : Object
genericParameter Type
return Object
        internal extern Object CreateInstanceForAnotherGenericParameter(Type genericParameter);