NSoft.NFramework.UsingIndexers.UsingIndexers C# (CSharp) Method

UsingIndexers() public method

public UsingIndexers ( ) : NUnit.Framework
return NUnit.Framework
        public UsingIndexers() {
            Indexer = new NamedIndexer<int, int>(Get, Set);
            Getter = new NamedIndexerGetter<int, int>(Get);
            Setter = new NamedIndexerSetter<int, int>(Set);
        }