コード例 #1
0
 public void GetTypeFullNameSetTest(AphidCli.GetTypeFullNameDelegate value)
 {
     AphidCli.GetTypeFullName = value;
     // TODO: add assertions to method AphidCliTest.GetTypeFullNameSetTest(GetTypeFullNameDelegate)
 }
コード例 #2
0
 public AphidCli.GetTypeFullNameDelegate GetTypeFullNameGetTest()
 {
     AphidCli.GetTypeFullNameDelegate result = AphidCli.GetTypeFullName;
     return(result);
     // TODO: add assertions to method AphidCliTest.GetTypeFullNameGetTest()
 }