Ext.Net.InitScriptFilter.SetLength C# (CSharp) Method

SetLength() private method

private SetLength ( long length ) : void
length long
return void
        public override void SetLength(long length)
        {
            this.response.SetLength(length);
        }