struct Package.PackageProperty

in global :: Sandbox

A binary category used to divide into two categories. For example, Work In Progress.


public Package.PackageProperty( string Name, string Icon, string Title, string Description, int Count, bool IsExclusive )

A binary category used to divide into two categories. For example, Work In Progress.

public string Name { get; set; }

😔 No documentation found.

public string Icon { get; set; }

😔 No documentation found.

public string Title { get; set; }

😔 No documentation found.

public string Description { get; set; }

😔 No documentation found.

public int Count { get; set; }

😔 No documentation found.

public bool IsExclusive { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

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

😔 No documentation found.

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

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public bool Equals( Package.PackageProperty other )

😔 No documentation found.

public void Deconstruct( ref string Name, ref string Icon, ref string Title, ref string Description, ref int Count, ref bool IsExclusive )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.