- Namespace
- Menu.Remix.MixedUI
- Assembly
- Assembly-CSharp.dll
- Inherited Members
-
Constructors
public ListItem(string name, int value = 2147483647)
Parameters
name string
value int
public ListItem(string name, string displayName, int value = 2147483647)
Parameters
name string
displayName string
value int
Fields
Field Value
- string
public string displayName
Field Value
- string
Field Value
- int
public readonly string name
Field Value
- string
public readonly int value
Field Value
- int
Properties
public string EffectiveDisplayName { get; }
Property Value
- string
Methods
public static int Comparer(ListItem x, ListItem y)
Parameters
x ListItem
y ListItem
Returns
- int
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
public override int GetHashCode()
Returns
- int
public static string GetRealName(string text)
Parameters
text string
Returns
- string
public static bool SearchMatch(string query, string text)
Parameters
query string
text string
Returns
- bool
Operators
public static bool operator ==(ListItem left, ListItem right)
Parameters
left ListItem
right ListItem
Returns
- bool
public static bool operator !=(ListItem left, ListItem right)
Parameters
left ListItem
right ListItem
Returns
- bool