Click or drag to resize

GeneratorUtilsProduceDotNetTypeName Method

Overload List
  NameDescription
Public methodStatic memberProduceDotNetTypeName(Type, Boolean, String)
Produces a .NET type name for the type specified. If generateAsNullableType is set to true the pattern is used to produce the type string, otherwise the type name is produced using ToString()
Public methodStatic memberProduceDotNetTypeName(IFieldElementCore, Project, String)
Produces a .NET type name for the field specified. If the field is nullable and nullable types should be generated according to the settings in the specified field, the pattern is used to produce the type string, otherwise the type name is produced using ToString()
Top
See Also