예제 #1
0
    public Vector(object a)
        : this()
    {
        var v = a;     //it make no sense as is only there to prove the property assignment.

        VectorGreaterOf = GetSizeOf;
    }
예제 #2
0
    public Trigangle(object a)
        : this()
    {
        var v = a;        //it make no sense as is only there to prove the property assignment.

        TrigangleGreaterOf = GetSizeOf;
    }