Class Metadata.Children
Inheritance
object
Metadata.Children
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class Metadata.Children : KeyedCollection<int, Metadata>, IKeyedCollection<int, Metadata>, ICollection<Metadata>
Methods
GetKeyForItem(Metadata)
Declaration
protected override int GetKeyForItem(Metadata item)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | item |
Returns
| Type | Description |
|---|---|
| int |
TryGetValue(int, out Metadata)
Declaration
public bool TryGetValue(int key, out Metadata value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | key | |
| Metadata | value |
Returns
| Type | Description |
|---|---|
| bool |
Implements
ICollection<>