[]
Gets the element with the specified key if any.
public T this[Guid key] { get; }
| Type | Name | Description |
|---|---|---|
| Guid | key | The key of the element to get. |
| Type | Description |
|---|---|
| T | The element with the specified key. If an element with the specified key is not found, return null. |