|
| Entry | Current [get] |
| |
| object System.Collections.IEnumerator. | Current [get] |
| |
Definition at line 40 of file CustomModifiers.cs.
◆ Dispose()
| void IDisposable. IKVM.Reflection.CustomModifiers.Enumerator.Dispose |
( |
| ) |
|
◆ MoveNext()
| bool IKVM.Reflection.CustomModifiers.Enumerator.MoveNext |
( |
| ) |
|
Definition at line 66 of file CustomModifiers.cs.
67 {
69 return false;
70
72
74 {
75 return false;
76 }
78 {
81 }
83 {
86 }
87
88 return true;
89 }
◆ Reset()
| void System.Collections.IEnumerator. IKVM.Reflection.CustomModifiers.Enumerator.Reset |
( |
| ) |
|
Definition at line 58 of file CustomModifiers.cs.
59 {
60 this.index = -1;
61 this.required = Initial == MarkerType.ModReq;
62 }
◆ index
| int IKVM.Reflection.CustomModifiers.Enumerator.index |
◆ required
| bool IKVM.Reflection.CustomModifiers.Enumerator.required |
◆ types
| readonly Type [] IKVM.Reflection.CustomModifiers.Enumerator.types |
◆ Current [1/2]
| Entry IKVM.Reflection.CustomModifiers.Enumerator.Current |
|
get |
◆ Current [2/2]
| object System.Collections.IEnumerator. IKVM.Reflection.CustomModifiers.Enumerator.Current |
|
get |
The documentation for this struct was generated from the following file: