struct Package.SortOrder

in global :: Sandbox

Describes a sort order which can be used with the package/find api


public Package.SortOrder( string Name, string Title, string Icon )

Describes a sort order which can be used with the package/find api

public string Name { get; set; }

😔 No documentation found.

public string Title { get; set; }

😔 No documentation found.

public string Icon { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public static bool op_Inequality( Package.SortOrder left, Package.SortOrder right )

😔 No documentation found.

public static bool op_Equality( Package.SortOrder left, Package.SortOrder right )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public bool Equals( Package.SortOrder other )

😔 No documentation found.

public void Deconstruct( ref string Name, ref string Title, ref string Icon )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.