Interface IReadonlyAttributeCollection
Abstract representation of a readonly attribute collection.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IReadonlyAttributeCollection : IEnumerable<Attribute>
Properties
Count
Gets the count.
Declaration
int Count { get; }
Property Value
|
System.Int32
|
Methods
TryGetValue(String, out String)
Tries to get the value for the given key.
Declaration
bool TryGetValue(string key, out string value)
Parameters
|
System.String
key
|
|
System.String
value
|
Returns
|
System.Boolean
|