|
|
|
@ -49,6 +49,12 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
@@ -49,6 +49,12 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
|
|
|
|
|
readonly EntityType ownerType; |
|
|
|
|
readonly int index; |
|
|
|
|
|
|
|
|
|
public int Index { |
|
|
|
|
get { |
|
|
|
|
return index; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TypeParameterReference(EntityType ownerType, int index) |
|
|
|
|
{ |
|
|
|
|
this.ownerType = ownerType; |
|
|
|
|