Server.Gumps.PropertiesGump.GroupComparer.GroupComparer C# (CSharp) 메소드

GroupComparer() 공개 메소드

public GroupComparer ( Type start ) : System
start System.Type
리턴 System
			public GroupComparer( Type start )
			{
				m_Start = start;
			}
PropertiesGump.GroupComparer