Interface IArguments
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IArguments : IArgumentsDefinition, IMemberDefinition
Properties
Arguments
Declaration
IReadOnlyDictionary<string, Argument> Arguments { get; }
Property Value
| Type | Description |
|---|---|
| IRead |
Methods
GetArguments()
Declaration
IEnumerable<Argument> GetArguments()
Returns
| Type | Description |
|---|---|
| IEnumerable<Argument> |