System.Data.IndexedDB.Database.DeleteObjectStore C# (CSharp) Method

DeleteObjectStore() public method

public DeleteObjectStore ( string name ) : void
name string
return void
        public void DeleteObjectStore(string name)
        {
        }