BVNetwork.NotFound.Configuration.Bvn404HandlerProviders.this C# (CSharp) Method

this() private method

private this ( int index ) : global::BVNetwork.NotFound.Configuration.Bvn404HandlerProvider
index int
return global::BVNetwork.NotFound.Configuration.Bvn404HandlerProvider
        public global::BVNetwork.NotFound.Configuration.Bvn404HandlerProvider this[int index]
        {
            get
            {
                return ((global::BVNetwork.NotFound.Configuration.Bvn404HandlerProvider)(base.BaseGet(index)));
            }
        }

Same methods

Bvn404HandlerProviders::this ( object name ) : global::BVNetwork.NotFound.Configuration.Bvn404HandlerProvider