System.Collections.CollectionDebuggerView.CollectionDebuggerView C# (CSharp) Méthode

CollectionDebuggerView() public méthode

public CollectionDebuggerView ( ICollection col ) : System
col ICollection
Résultat System
		public CollectionDebuggerView (ICollection col)
		{
			this.c = col;
		}
		
CollectionDebuggerView