Interface IScalarTypes
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IScalarTypes : IScalarTypesDefinition
Properties
Scalars
Declaration
IReadOnlyList<ScalarType> Scalars { get; }
Property Value
| Type | Description |
|---|---|
| IRead |
Methods
GetScalars()
Declaration
IEnumerable<ScalarType> GetScalars()
Returns
| Type | Description |
|---|---|
| IEnumerable<Scalar |