WikiFunctions.Diff.Trio.Trio C# (CSharp) Method

Trio() public method

public Trio ( Trio a, int b, int c ) : System
a Trio
b int
c int
return System
            public Trio(Trio a, int b, int c)
            {
                this.a = a;
                this.b = b;
                this.c = c;
            }
Diff.Trio