Declaration
public AssetIndexChangeSet(String[] updated,
String[] removed);
Declaration
public AssetIndexChangeSet(System.Collections.Generic.IEnumerable<System.String> updated,
System.Collections.Generic.IEnumerable<System.String> removed,
System.Collections.Generic.IEnumerable<System.String> moved,
Func<System.String,System.Boolean> predicate);
Declaration
public AssetIndexChangeSet(System.Collections.Generic.IEnumerable<System.String> updated,
System.Collections.Generic.IEnumerable<System.String> removed,
Func<System.String,System.Boolean> predicate);