Class AttributeExtensions
Creates extensions related to attributes.
Inheritance
System.Object
AttributeExtensions
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 AttributeExtensions
Methods
ToAttributesCollection(IAttributesTable)
Converts an NTS attributes table to an attributes collection.
Declaration
public static IAttributeCollection ToAttributesCollection(this IAttributesTable table)
Parameters
|
IAttributesTable
table
|
Returns
|
IAttributeCollection
|
ToAttributesTable(IAttributeCollection)
Converts the attributes collection to an NTS attributes table.
Declaration
public static AttributesTable ToAttributesTable(this IAttributeCollection collection)
Parameters
|
IAttributeCollection
collection
|
Returns
|
AttributesTable
|