예제 #1
0
 /// <summary>
 /// Builds the full declarative name of the specified type.
 /// </summary>
 /// <param name="type">The type.</param>
 /// <returns>The declarative name for the type.</returns>
 private static string BuildName(ILanguageProvider provider, Type type)
 {
     return(provider.GenerateClassName(type));
 }
예제 #2
0
 /// <summary>
 /// Builds the full declarative name of the specified type.
 /// </summary>
 /// <param name="type">The type.</param>
 /// <returns>The declarative name for the type.</returns>
 private static string BuildName(ILanguageProvider provider, Type type)
 {
     return provider.GenerateClassName(type);
 }