Returns a representation of the current nested INamedType, but for a different generic instance
of the declaring type.
Declaration
public static INamedType ForTypeInstance(this INamedType declaration, INamedType typeInstance)
Parameters
Returns
Returns a representation of the current IField, but for a different generic instance
of the declaring type.
Declaration
public static IField ForTypeInstance(this IField declaration, INamedType typeInstance)
Parameters
Returns
Returns a representation of the current IMethod, but for a different generic instance
of the declaring type.
Declaration
public static IMethod ForTypeInstance(this IMethod declaration, INamedType typeInstance)
Parameters
Returns
Returns a representation of the current IProperty, but for a different generic instance
of the declaring type.
Declaration
public static IProperty ForTypeInstance(this IProperty declaration, INamedType typeInstance)
Parameters
Returns
Returns a representation of the current IEvent, but for a different generic instance
of the declaring type.
Declaration
public static IEvent ForTypeInstance(this IEvent declaration, INamedType typeInstance)
Parameters
Returns
Returns a representation of the current IConstructor, but for a different generic instance
of the declaring type.
Declaration
public static IConstructor ForTypeInstance(this IConstructor declaration, INamedType typeInstance)
Parameters
Returns