Represents a collection of
Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class MsiFeatureCollection Inherits KeyedCollection(Of String, MsiFeature) |
C# |
---|
public class MsiFeatureCollection : KeyedCollection<string, MsiFeature> |
C++ |
---|
ref class MsiFeatureCollection : KeyedCollection<string, MsiFeature> |
J# |
---|
public class MsiFeatureCollection extends KeyedCollection<string, MsiFeature> |
JScript |
---|
public class MsiFeatureCollection extends KeyedCollection<string, MsiFeature> |
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
FDF.Common.MsiFeatureCollection
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
FDF.Common.MsiFeatureCollection
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.