Ejemplo n.º 1
0
 static void RegisterType()
 {
     StreamingBuilderTypes.RegisterType(typeof(AddressableStreaming));
 }
Ejemplo n.º 2
0
 static void RegisterType()
 {
     StreamingBuilderTypes.RegisterType(typeof(NotSupportStreaming), -1);
 }
Ejemplo n.º 3
0
 static void RegisterType()
 {
     StreamingBuilderTypes.RegisterType(typeof(Unsupported), -1);
 }