Delta<TStructuralType>.GetUnchangedPropertyNames Method

Definition

Returns the known properties that have not been modified through this Delta as an IEnumerable<T> of property Names. Does not include the names of the changed dynamic properties.

public override System.Collections.Generic.IEnumerable<string> GetUnchangedPropertyNames ();
override this.GetUnchangedPropertyNames : unit -> seq<string>
Public Overrides Function GetUnchangedPropertyNames () As IEnumerable(Of String)

Returns

Implements

Applies to