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);
 }