|
|
|
|
@ -82,6 +82,12 @@ namespace ICSharpCode.NRefactory.TypeSystem
@@ -82,6 +82,12 @@ namespace ICSharpCode.NRefactory.TypeSystem
|
|
|
|
|
/// </summary>
|
|
|
|
|
int TypeParameterCount { get; } |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// If the type has type parameters it's the same as GetDefinition ().TypeParameters otherwise it returns an empty list.
|
|
|
|
|
/// NOTE: The type will change to IReadOnlyList<ITypeParameter> in future versions.
|
|
|
|
|
/// </summary>
|
|
|
|
|
IList<ITypeParameter> TypeParameters { get; } |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the type arguments passed to this type.
|
|
|
|
|
/// If only the type parameters for the class were specified and the generic type
|
|
|
|
|
|