...
Description |
---|
Excerpt |
---|
Returns a ListLevel object representing a particular level for this lst. The levels start at 0 and end at 8 (9 levels total). |
Signature | ||||
---|---|---|---|---|
| ||||
public ListLevel GetLevel(int level)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function GetLevel(ByVal level As Integer) As ListLevel
{signature}
{parameters}
{param:level}An {{int}} representing the level to get the list level at.{param}
{returns}A {{ListLevel}} object representing a particular level for this lst.{returns}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
An |
Returns |
---|
A |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|