ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingNodeCollection
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Inheritance Hierarchy
ILNumerics.DrawingNodeCollection
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
[SerializableAttribute] public class NodeCollection : IList<Node>, ICollection<Node>, IEnumerable<Node>, IEnumerable
The NodeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | |
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | |
![]() | Copy | |
![]() | CopyTo | |
![]() | GetEnumerator | |
![]() | IndexOf | |
![]() | Insert | |
![]() | OnNodeAdded | |
![]() | Remove | |
![]() | RemoveAt |
Events
Name | Description | |
---|---|---|
![]() | NodeAdded |
See Also