Server.Point3DList.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : Server.Point3D
index int
리턴 Server.Point3D
		public Point3D this[int index]
		{
			get
			{
				return m_List[index];
			}
		}