Beispiel #1
0
 /// <summary>
 /// Register nested property type
 /// </summary>
 /// <typeparam name="T">INetSerializable structure</typeparam>
 public void RegisterNestedType <T>() where T : struct, INetSerializable
 {
     _netSerializer.RegisterNestedType <T>();
 }