Beispiel #1
0
 protected override string GetTypeName()
 {
     return(ReferenceType.GetProxyTypeName("DynamicDictionaryContract"));
 }
 protected override string GetTypeName()
 {
     return(ReferenceType.GetProxyTypeName("DynamicSubType"));
 }
Beispiel #3
0
 /// <summary>
 ///     Returns the name of the <see cref="System.Type"/> being defined. Default
 ///     implementation returns the name of <see cref="ReferenceType"/> suffixed with '`Proxy'.
 /// </summary>
 /// <returns></returns>
 protected virtual string GetTypeName()
 {
     return(ReferenceType.GetProxyTypeName("Proxy"));
 }