Constructor BomNode
BomNode(int, string, IList<string>, IList<int>, IList<Bitmap>)
Initializes a new instance of the BomNode class.
Declaration
public BomNode(int inLevel, string inName, IList<string> inValues, IList<int> inForcedValues, IList<Bitmap> inImages)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inLevel | Level. |
| string | inName | Name. |
| IList<string> | inValues | Values. |
| IList<int> | inForcedValues | Indexes of the forced values. |
| IList<Bitmap> | inImages | Images (copied). |