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

IsTestedAttribute() 공개 메소드

public IsTestedAttribute ( bool flag ) : System
flag bool
리턴 System
            public IsTestedAttribute(bool flag)
            {
                this.flag = flag;

            }
        }
ActivatorTestsExtended.IsTestedAttribute