IDeltaSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The interface for a delta resource set.
public interface IDeltaSet : System.Collections.Generic.ICollection<Microsoft.AspNetCore.OData.Deltas.IDeltaSetItem>, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.OData.Deltas.IDeltaSetItem>
type IDeltaSet = interface
interface ICollection<IDeltaSetItem>
interface seq<IDeltaSetItem>
interface IEnumerable
Public Interface IDeltaSet
Implements ICollection(Of IDeltaSetItem), IEnumerable(Of IDeltaSetItem)
- Derived
- Implements