Aura.Mabi.Tags.Tags C# (CSharp) Method

Tags() public method

Creates new tags instance.
public Tags ( ) : System.Text.RegularExpressions
return System.Text.RegularExpressions
		public Tags()
		{
			this.Value = "";
		}

Same methods

Tags::Tags ( string value ) : System.Text.RegularExpressions