Sofu Documentation
IsList Method
NamespacesSofu.SofuSofuObjectIsList()()()
Tests if this SofuObject is a Sofu.List
Declaration Syntax
C#
public virtual bool IsList()
Return Value
True if it is a List, false otherwise
Examples
CopyC#
Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu");
foreach (SofuObject entry in file.list("someList")) {
    Console.Out.WriteLine(entry.TypeString());
}

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)