System.Tests.ActivatorTestsExtended.Flag.Increase C# (CSharp) 메소드

Increase() 공개 정적인 메소드

public static Increase ( int i ) : void
i int
리턴 void
            public static void Increase(int i) { cnt += i; }
            public static bool Equal(int i) { return cnt == i; }
ActivatorTestsExtended.Flag