AttributeReferenceDictionary Class

AttributeReference dictionary class.
Public Class AttributeReferenceDictionary 
Inherits EyeshotDisposableDictionary(Of AttributeReference)
This language is not supported or no code example is available.
public class AttributeReferenceDictionary : EyeshotDisposableDictionary<AttributeReference>
This language is not supported or no code example is available.
Name Description
Public property Comparer (inherited from Dictionary<TKey, TValue>).
Public property Count (inherited from Dictionary<TKey, TValue>).
Public property Item(string) Gets or sets the object at the specified index.
Public property Keys (inherited from Dictionary<TKey, TValue>).
Public property Values (inherited from Dictionary<TKey, TValue>).
Top
Methods
 
Name Description
Public method Add(string, string) Adds an AttributeReference inheriting the properties from the attribute defined in the Block.
Public method Clear() (inherited from EyeshotDisposableDictionary<T>).
Public method ContainsKey(TKey) (inherited from Dictionary<TKey, TValue>).
Public method ContainsValue(TValue) (inherited from Dictionary<TKey, TValue>).
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetEnumerator (inherited from Dictionary<TKey, TValue>).
Public method GetHashCode (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext) (inherited from Dictionary<TKey, TValue>).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method OnDeserialization(Object) (inherited from Dictionary<TKey, TValue>).
Public method Remove(string) Removes the first occurrence of a specific object from this collection. (inherited from EyeshotDisposableDictionary<T>).
Public method ToString (inherited from Object).
Public method TryGetValue(TKey, ) (inherited from Dictionary<TKey, TValue>).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition