Class Metadata.Children
Namespace: Unity.VisualScripting
Syntax
public class Children : KeyedCollection<int, Metadata>, IList<Metadata>, IList, ICollection, IKeyedCollection<int, Metadata>, ICollection<Metadata>, IEnumerable<Metadata>, IEnumerable
Methods
GetKeyForItem(Metadata)
Declaration
protected override int GetKeyForItem(Metadata item)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | item |
Returns
| Type | Description |
|---|---|
| Int32 |
Overrides
System.Collections.ObjectModel.KeyedCollection<System.Int32, Unity.VisualScripting.Metadata>.GetKeyForItem(Unity.VisualScripting.Metadata)
TryGetValue(Int32, out Metadata)
Declaration
public bool TryGetValue(int key, out Metadata value)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | key | |
| Metadata | value |
Returns
| Type | Description |
|---|---|
| Boolean |