[]
Gets the index of this member within its static grouping.
int StaticIndex { get; }
Type | Description |
---|---|
int | An int representing the index of this member within its static grouping. |
If this member is not a member of a static grouping, then its parents will be checked. If any parent is a StaticMember, its StaticIndex value will be returned. If there are no static ancestors, then zero is returned.