Boo.Lang.Compiler.Steps.GeneratorExpressionProcessor.EnumeratorConstructorMustCallReset C# (CSharp) Метод

EnumeratorConstructorMustCallReset() приватный Метод

private EnumeratorConstructorMustCallReset ( ) : void
Результат void
        void EnumeratorConstructorMustCallReset()
        {
            Constructor constructor = _enumerator.ClassDefinition.GetConstructor(0);
            constructor.Body.Add(CreateMethodInvocation(_enumerator.ClassDefinition, "Reset"));
        }