Class AssemblyDataCollection
- Namespace
- MASES.JCOReflector.Engine
- Assembly
- MASES.JCOReflectorEngine.dll
A collection of Manager objects.
public class AssemblyDataCollection : ObservableCollection<AssemblyData>, IList<AssemblyData>, ICollection<AssemblyData>, IList, ICollection, IReadOnlyList<AssemblyData>, IReadOnlyCollection<AssemblyData>, IEnumerable<AssemblyData>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
- Inheritance
-
AssemblyDataCollection
- Implements
- Inherited Members
Constructors
AssemblyDataCollection()
Initializes an empty collection.
public AssemblyDataCollection()
AssemblyDataCollection(IEnumerable<AssemblyData>)
Initializes the collection from another collection.
public AssemblyDataCollection(IEnumerable<AssemblyData> collection)
Parameters
collection
IEnumerable<AssemblyData>A collection of values to add to this new collection
Exceptions
- ArgumentNullException
collection
is null.
AssemblyDataCollection(List<AssemblyData>)
Initializes the collection with the specified capacity.
public AssemblyDataCollection(List<AssemblyData> capacity)
Parameters
capacity
List<AssemblyData>The capacity.
Methods
CreateList(AssemblyDataCollection)
public static string[] CreateList(AssemblyDataCollection input)
Parameters
input
AssemblyDataCollection
Returns
- string[]