Ext.Net.MultiSelectionModel.ClearSelections C# (CSharp) Method

ClearSelections() private method

private ClearSelections ( ) : void
return void
        public virtual void ClearSelections()
        {
            this.Call("clearSelections");
        }