System.Collections.CollectionDebuggerView.CollectionDebuggerView C# (CSharp) 메소드

CollectionDebuggerView() 공개 메소드

public CollectionDebuggerView ( ICollection col ) : System
col ICollection
리턴 System
		public CollectionDebuggerView (ICollection col)
		{
			this.c = col;
		}
		
CollectionDebuggerView