Dashing.Configuration.Map.AddIndex C# (CSharp) Method

AddIndex() public method

public AddIndex ( Index index ) : void
index Index
return void
        public void AddIndex(Index index) {
            this.indexes.Add(index);
        }