GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

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
IReadOnlyDictionary<String, Argument>

Methods

GetArguments()

Declaration
IEnumerable<Argument> GetArguments()
Returns
Type Description
IEnumerable<Argument>

Extension Methods

IArgumentsArgumentsAccessorExtensions.FindArgument(IArguments, String)
IArgumentsArgumentsAccessorExtensions.HasArgument(IArguments, String)
IArgumentsArgumentsAccessorExtensions.GetArgument(IArguments, String)
IArgumentsArgumentsAccessorExtensions.TryGetArgument(IArguments, String, out Argument)
Back to top Copyright © 2017-2019 GraphZen LLC