멤버 이름은 둘러싸는 유형 C #과 같을 수 없습니다. 아래 코드는 C #으로 작성되었으며 Visual Studio 2010을 사용하고 있습니다. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; namespace FrontEnd { class Flow { long i; private int x,y; public int X { get;set; } public int Y { get;set; } private void Flow() { X = x; Y = y; } public void NaturalNumbers(int x, int y) { for (i = 0; i < ..