Struct FolderPair
Namespace: Unity.APIComparison.Framework.Descriptors
Syntax
public struct FolderPair
Constructors
FolderPair(String, String)
Declaration
public FolderPair(string originalFolderPath, string currentFolderPath)
Parameters
Type | Name | Description |
---|---|---|
String | originalFolderPath | |
String | currentFolderPath |
Properties
CurrentFolderPath
Declaration
public readonly string CurrentFolderPath { get; }
Property Value
Type | Description |
---|---|
String |
OriginalFolderPath
Declaration
public readonly string OriginalFolderPath { get; }
Property Value
Type | Description |
---|---|
String |