Class MatchTypeObject
Inheritance
System.Object
MatchTypeObject
Assembly: Crowdin.Api.dll
Syntax
public class MatchTypeObject : object
Properties
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
FromCustomRange(Int32, Int32)
Declaration
public static MatchTypeObject FromCustomRange(int from, int to)
Parameters
Type |
Name |
Description |
System.Int32 |
from |
|
System.Int32 |
to |
|
Returns
|
Improve this Doc
View Source
FromStaticRange(MatchType)
Declaration
public static MatchTypeObject FromStaticRange(MatchType staticRange)
Parameters
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
|
Improve this Doc
View Source
Implicit(MatchType to MatchTypeObject)
Declaration
public static implicit operator MatchTypeObject(MatchType staticValue)
Parameters
Returns