Class AttributesIndexExtensions
Contains extensions for the attributes index.
Inheritance
System.Object
AttributesIndexExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class AttributesIndexExtensions
Methods
Add(AttributesIndex, IEnumerable<Attribute>)
Adds a new attributes collection.
Declaration
public static uint Add(this AttributesIndex index, IEnumerable<Attribute> attributes)
Parameters
|
AttributesIndex
index
|
|
IEnumerable<Attribute>
attributes
|
Returns
|
System.UInt32
|
Add(AttributesIndex, Attribute[])
Adds a new tag collection.
Declaration
public static uint Add(this AttributesIndex index, params Attribute[] attributes)
Parameters
|
AttributesIndex
index
|
|
Attribute[]
attributes
|
Returns
|
System.UInt32
|