System.Collections.CollectionDebuggerView.CollectionDebuggerView C# (CSharp) Method

CollectionDebuggerView() public method

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