|
PatchDiffs Property
|
List of
Diffs in the patch
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic List<Diff> Diffs { get; set; }
Public Property Diffs As List(Of Diff)
Get
Set
public:
property List<Diff^>^ Diffs {
List<Diff^>^ get ();
void set (List<Diff^>^ value);
}
member Diffs : List<Diff> with get, set
function get_Diffs();
function set_Diffs(value);
View SourceProperty Value
ListDiff
See Also