Baseline.Testing.attribute_extensions_on_type_itself.TagAttribute.TagAttribute C# (CSharp) Method

TagAttribute() public method

public TagAttribute ( string text ) : System
text string
return System
            public TagAttribute(string text)
            {
                Text = text;
            }
attribute_extensions_on_type_itself.TagAttribute