BuildIt.Tests.TripleParameterEventArgsT1T2T3Test.op_ImplicitThrowsInvalidCastException77701 C# (CSharp) Method

op_ImplicitThrowsInvalidCastException77701() private method

private op_ImplicitThrowsInvalidCastException77701 ( ) : void
return void
public void op_ImplicitThrowsInvalidCastException77701()
{
    TripleParameterEventArgs<int, int, int> tripleParameterEventArgs;
    object[] os = new object[3];
    object s0 = new object();
    os[0] = s0;
    object s1 = new object();
    os[1] = s1;
    object s2 = new object();
    os[2] = s2;
    tripleParameterEventArgs = this.op_Implicit<int, int, int>(os);
}
    }