T
ListCollection.ListCollectionMutator<T> Class
Members See Also 
SourceCode.Collections.Generic Namespace : ListCollection.ListCollectionMutator<T> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class ListCollection.ListCollectionMutator(Of T) 
Visual Basic (Usage) Copy Code
Dim instance As ListCollection.ListCollectionMutator(Of T)
C#  
public sealed class ListCollection.ListCollectionMutator<T> 
C++/CLI  
generic<typename T>
public ref class ListCollection.ListCollectionMutator sealed 

Type Parameters

T

Inheritance Hierarchy

System.Object
   SourceCode.Collections.Generic.ListCollection`1.ListCollectionMutator<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also