System.Reflection.Tests.StructWith1Constructor.StructWith1Constructor C# (CSharp) Метод

StructWith1Constructor() публичный Метод

public StructWith1Constructor ( int x, int y ) : System.Collections.Generic
x int
y int
Результат System.Collections.Generic
        public StructWith1Constructor(int x, int y)
        {
            this.x = x;
            this.y = y;
        }
    }
StructWith1Constructor