System.Data.IndexedDB.Transaction.ObjectStore C# (CSharp) Method

ObjectStore() public method

public ObjectStore ( string name ) : ObjectStore
name string
return ObjectStore
        public ObjectStore ObjectStore(string name)
        {
            return default(ObjectStore);
        }