28 namespace SiliconStudio.Core.VisualStudio
35 private readonly
string name;
44 if (name == null)
throw new ArgumentNullException(
"name");
50 : this(original.Name, original.Value)
70 public string Value {
get; set; }
83 return string.Format(
"{0} = {1}", Name, Value);
A key/value pair used by PropertyItemCollection
override string ToString()
PropertyItem(string name, string value)
Initializes a new instance of the PropertyItem class.
PropertyItem Clone()
Clones this instance.