System.Collections.SortedList.ListKeys.Contains C# (CSharp) 메소드

Contains() 공개 메소드

public Contains ( object key ) : bool
key object
리턴 bool
			public virtual bool Contains (object key)
			{
				return host.Contains (key);
			}