예제 #1
0
 static void RegisterType()
 {
     StreamingBuilderTypes.RegisterType(typeof(AddressableStreaming));
 }
예제 #2
0
 static void RegisterType()
 {
     StreamingBuilderTypes.RegisterType(typeof(NotSupportStreaming), -1);
 }
예제 #3
0
 static void RegisterType()
 {
     StreamingBuilderTypes.RegisterType(typeof(Unsupported), -1);
 }