Exemple #1
0
 public virtual bool ImplementedByPublicClass(Amazon.JSII.Tests.CalculatorNamespace.IBellRinger ringer)
 {
     return(InvokeInstanceMethod <bool>(new System.Type[] { typeof(Amazon.JSII.Tests.CalculatorNamespace.IBellRinger) }, new object[] { ringer }));
 }
Exemple #2
0
 public static bool StaticImplementedByPublicClass(Amazon.JSII.Tests.CalculatorNamespace.IBellRinger ringer)
 {
     return(InvokeStaticMethod <bool>(typeof(Amazon.JSII.Tests.CalculatorNamespace.ConsumerCanRingBell), new System.Type[] { typeof(Amazon.JSII.Tests.CalculatorNamespace.IBellRinger) }, new object[] { ringer }));
 }