YAMP.ExampleAttribute.ExampleAttribute C# (CSharp) Method

ExampleAttribute() public method

Creates a new example attribute with the specified example string.
public ExampleAttribute ( String exampleCode ) : System
exampleCode String The example to store.
return System
        public ExampleAttribute(String exampleCode)
            : this(exampleCode, "NoDescription", false)
        {
        }

Same methods

ExampleAttribute::ExampleAttribute ( String exampleCode, String descriptionKey ) : System
ExampleAttribute::ExampleAttribute ( String exampleCode, String descriptionKey, System.Boolean file ) : System
ExampleAttribute