Class AssemblyDescriptorCollection
Type-safe collection for AssemblyDescriptor objects.
Inheritance
System.Object
AssemblyDescriptorCollection
Assembly: Syncfusion.Scripting.Base.dll
Syntax
public class AssemblyDescriptorCollection : CollectionBase
Constructors
AssemblyDescriptorCollection()
Declaration
public AssemblyDescriptorCollection()
Properties
Item[Int32]
Declaration
public AssemblyDescriptor this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Methods
Add(AssemblyDescriptor)
Declaration
public int Add(AssemblyDescriptor descriptor)
Parameters
Returns
Contains(AssemblyDescriptor)
Declaration
public bool Contains(AssemblyDescriptor descriptor)
Parameters
Returns
Remove(AssemblyDescriptor)
Declaration
public void Remove(AssemblyDescriptor descriptor)
Parameters