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

Interface IMutableClrType

Inherited Members
IClrType.ClrType
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableClrType : IClrType

Methods

GetClrTypeConfigurationSource()

Declaration
ConfigurationSource? GetClrTypeConfigurationSource()
Returns
Type Description
Nullable<GraphZen.TypeSystem.Internal.ConfigurationSource>

SetClrType(Type, ConfigurationSource)

Declaration
bool SetClrType(Type clrType, ConfigurationSource configurationSource)
Parameters
Type Name Description
Type clrType
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC