コード例 #1
0
 public void TestCall()
 {
     Assert.AreEqual("Hello World", DynamicUtils.Call(typeof(String), "Format", "Hello {0}", "World"));
 }