Class DictionaryPatchPath
Inheritance
System.Object
DictionaryPatchPath
Assembly: Crowdin.Api.dll
Syntax
public class DictionaryPatchPath : object
Constructors
|
Improve this Doc
View Source
DictionaryPatchPath()
Declaration
public DictionaryPatchPath()
|
Improve this Doc
View Source
DictionaryPatchPath(IEnumerable<Int32>)
Declaration
public DictionaryPatchPath(IEnumerable<int> wordIndexes)
Parameters
Type |
Name |
Description |
IEnumerable<System.Int32> |
wordIndexes |
|
|
Improve this Doc
View Source
DictionaryPatchPath(ISet<Int32>)
Declaration
public DictionaryPatchPath(ISet<int> wordIndexes)
Parameters
Type |
Name |
Description |
ISet<System.Int32> |
wordIndexes |
|
Properties
|
Improve this Doc
View Source
WordIndexes
Declaration
public ISet<int> WordIndexes { get; set; }
Property Value
Type |
Description |
ISet<System.Int32> |
|
|
Improve this Doc
View Source
Words
Declaration
public static DictionaryPatchPath Words { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|