Class MatchTypeObject
Inheritance
MatchTypeObject
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class MatchTypeObject : IEquatable<MatchTypeObject>
Properties
|
Edit this page
View Source
Value
Declaration
public string Value { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(MatchTypeObject?)
Declaration
public bool Equals(MatchTypeObject? other)
Parameters
Returns
|
Edit this page
View Source
FromCustomRange(int, int)
Declaration
public static MatchTypeObject FromCustomRange(int from, int to)
Parameters
Type |
Name |
Description |
int |
from |
|
int |
to |
|
Returns
|
Edit this page
View Source
FromStaticRange(MatchType)
Declaration
public static MatchTypeObject FromStaticRange(MatchType staticRange)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
implicit operator MatchTypeObject(MatchType)
Declaration
public static implicit operator MatchTypeObject(MatchType staticValue)
Parameters
Returns
Implements