using System; namespace XUtliPoolLib { public interface ISeqRef { T this[int key] { get; } } }