BuildIt.Tests.DualParameterEventArgsT1T2Test.op_ImplicitThrowsInvalidCastException92 C# (CSharp) Method

op_ImplicitThrowsInvalidCastException92() private method

private op_ImplicitThrowsInvalidCastException92 ( ) : void
return void
public void op_ImplicitThrowsInvalidCastException92()
{
    DualParameterEventArgs<int, int> dualParameterEventArgs;
    object[] os = new object[2];
    object s0 = new object();
    os[0] = s0;
    object s1 = new object();
    os[1] = s1;
    dualParameterEventArgs = this.op_Implicit<int, int>(os);
}