System.RuntimeTypeHandle.IntroducedMethodEnumerator.IntroducedMethodEnumerator C# (CSharp) Метод

IntroducedMethodEnumerator() приватный метод

private IntroducedMethodEnumerator ( RuntimeTypeHandle type ) : System.Reflection
type RuntimeTypeHandle
Результат System.Reflection
            internal IntroducedMethodEnumerator(RuntimeTypeHandle type)
            {
                this._method = RuntimeTypeHandle.GetFirstIntroducedMethod(type);
                this._firstCall = true;
            }
RuntimeTypeHandle.IntroducedMethodEnumerator