Struct Attribute
Represents an attributes.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct Attribute
Constructors
Attribute(String, String)
Creates a new attribute.
Declaration
public Attribute(string key, string value)
Parameters
|
System.String
key
|
|
System.String
value
|
Properties
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
|
System.String
|
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
|
System.String
|
Methods
ToString()
Gets a proper description of this attribute.
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
System.ValueType.ToString()