Method Check
Check(String)
Checks red-black invariant. Dumps tree to console if bad
Declaration
public bool Check(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Title of dump |
Returns
Type | Description |
---|---|
System.Boolean | false if invariant violation |
Check()
Checks red-black invariant. Dumps tree to console if bad
Declaration
public bool Check()
Returns
Type | Description |
---|---|
System.Boolean | false if invariant violation |