System.RuntimeTypeHandle.IntroducedMethodEnumerator.IntroducedMethodEnumerator C# (CSharp) Method

IntroducedMethodEnumerator() private method

private IntroducedMethodEnumerator ( RuntimeTypeHandle type ) : System.Reflection
type RuntimeTypeHandle
return System.Reflection
            internal IntroducedMethodEnumerator(RuntimeTypeHandle type)
            {
                this._method = RuntimeTypeHandle.GetFirstIntroducedMethod(type);
                this._firstCall = true;
            }
RuntimeTypeHandle.IntroducedMethodEnumerator