Ejemplo n.º 1
0
            //-------------------------------------------------------------------------------------------------------------------------------------------------

            public void BuildClass()
            {
                m_ClassBody.DefaultConstructor();

                ImplementTupleInterface();
                ImplementObjectEquals();
                ImplementGetHashCode();
                ImplementToString();
                ImplementIEquatable();
                ImplementIComparable();
            }