94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
12 lines
181 B
C#
12 lines
181 B
C#
|
|
namespace Mono.Cecil.Rocks {
|
|
|
|
public static class ParameterReferenceRocks {
|
|
|
|
public static int GetSequence (this ParameterReference self)
|
|
{
|
|
return self.Index + 1;
|
|
}
|
|
}
|
|
}
|