System.Tests.FlagsAttributeTests.Ctor C# (CSharp) Method

Ctor() private method

private Ctor ( ) : void
return void
        public static void Ctor()
        {
            var attribute = new FlagsAttribute();
        }
    }
FlagsAttributeTests