Link Search Menu Expand Document

IOptionList

public interface Montebearo.Discourse.IOptionList : IEnumerable<Option>

Properties

Property Returns Description
this[int index] Option An indexer to get the Option stored at ‘index’.
Count int Returns the number of Options in the list.