Пример #1
0
        public void Main()
        {
            Trait trait = new Trait();

            trait.GetNumber(1); // wow, default implementation of interface method :)
        }