CodeIndexAssetChanges
public readonly struct CodeIndexAssetChangesNo description is available for this type.
Fields
Section titled “Fields”
ChangedPaths
Section titled “ChangedPaths”public readonly List<string> ChangedPathsNo description is available for this member.
Returns
System.Collections.Generic.List{System.String} — No return description is available.
DeletedPaths
Section titled “DeletedPaths”public readonly List<string> DeletedPathsNo description is available for this member.
Returns
System.Collections.Generic.List{System.String} — No return description is available.
Properties
Section titled “Properties”
IsEmpty
Section titled “IsEmpty”public bool IsEmpty { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
Constructors
Section titled “Constructors”
CodeIndexAssetChanges(List, List)
Section titled “CodeIndexAssetChanges(List, List)”public CodeIndexAssetChanges(List<string> changedPaths, List<string> deletedPaths)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
changedPaths |
System.Collections.Generic.List{System.String} | |
deletedPaths |
System.Collections.Generic.List{System.String} |