Class DictionaryPatchPath
Inheritance
DictionaryPatchPath
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class DictionaryPatchPath
Constructors
|
Edit this page
View Source
DictionaryPatchPath()
Declaration
public DictionaryPatchPath()
|
Edit this page
View Source
DictionaryPatchPath(IEnumerable<long>)
Declaration
public DictionaryPatchPath(IEnumerable<long> wordIndexes)
Parameters
|
Edit this page
View Source
DictionaryPatchPath(ISet<long>)
Declaration
public DictionaryPatchPath(ISet<long> wordIndexes)
Parameters
Type |
Name |
Description |
ISet<long> |
wordIndexes |
|
Properties
|
Edit this page
View Source
WordIndexes
Declaration
public ISet<long> WordIndexes { get; set; }
Property Value
|
Edit this page
View Source
Words
Declaration
public static DictionaryPatchPath Words { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides