Ejemplo n.º 1
0
 /// <summary>
 /// Create the name of the class.
 /// </summary>
 protected override string CreateClassName(XTypeDefinition xType)
 {
     return(NameConverter.GetNullableBaseClassName(xType));
 }