コード例 #1
0
 /// <summary>
 /// Similar to NegumContainer this method should also be called once before the game starts or before it is used.
 /// Registers known types to the container.
 /// </summary>
 public static void RegisterKnownTypes()
 {
     NegumContainer.RegisterInterfaceClassPairs("Negum.Game", typeof(NegumGameContainer));
 }