System.Tests.ActivatorTestsExtended.IsTestedAttribute.IsTestedAttribute C# (CSharp) Method

IsTestedAttribute() public method

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

            }
        }
ActivatorTestsExtended.IsTestedAttribute