Server.Point3DList.this C# (CSharp) Method

this() public method

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