Exemplo n.º 1
0
 static MessageExtension()
 {
     TypeFormatter.Register(TypeFormatter.GetTypeId(typeof(IMessage)), new MessageFormatter());
     TypeId = TypeFormatter.GetTypeId(typeof(IMessage));
 }