ISettableTokenList public interface ISettableTokenList : ITokenList, IEnumerable<string>, IEnumerable The same as TokenList, except that it allows the underlying string to be directly changed. Documentation Code string Value { get; set; } Gets or sets the underlying string.