API Reference
Class
Result (PolDiff)
Aggregated difference result.
Inheritance
- Object
- Result
Constructors
Result 2 overloads
public Result(IReadOnlyList<PolEntry> added, IReadOnlyList<PolEntry> removed, IReadOnlyList<Change> changed) #Initializes a new result with explicit sets.
Parameters
- added System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry}
- removed System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry}
- changed System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolDiff.Change}