Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The IReferenceDictionary<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IReferenceDictionary<(Of <(<'T>)>)> |
Creates an empty dictionary.
|
Methods
| Name | Description | |
|---|---|---|
| Add(KeyValuePair<(Of <<'(IReference, T>)>>)) | ||
| Add(IReference, T) | ||
| Clear | ||
| Contains | ||
| ContainsKey(IReference) | ||
| ContainsKey(IReference, ITypeTable) |
Returns true if the dictionary contains a reference that matches any subtype of the reference type.
| |
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find(NodeId, Boolean) |
Returns a list of references that match the direction and reference type.
| |
| Find(NodeId, Boolean, ITypeTable) |
Returns a list of references that match the direction and are subtypes of the reference type.
| |
| FindReferencesToTarget |
Returns a list of references to the specified target.
| |
| GetEnumerator | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(IReference) | ||
| Remove(KeyValuePair<(Of <<'(IReference, T>)>>)) | ||
| RemoveAll |
Removes all of the references of the specified type and direction.
| |
| ToString | (Inherited from Object.) | |
| TryGetValue |
Properties
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| Item |
Gets or sets the value with the specified NodeId.
| |
| Keys | ||
| Values |