struct Package.TagEntry

in global :: Sandbox

Represents a tag along with the count of items it contains


public Package.TagEntry( string Name, int Count )

Represents a tag along with the count of items it contains

public string Name { get; set; }

😔 No documentation found.

public int Count { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

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

😔 No documentation found.

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

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public bool Equals( Package.TagEntry other )

😔 No documentation found.

public void Deconstruct( ref string Name, ref int Count )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.