API Reference
Class
WeakItem
Represents a weak FGPP element (e.g., low length/history or reversible enabled).
Inheritance
- Object
- WeakItem
Constructors
public WeakItem(String Name, Nullable<Int32> Precedence, Nullable<Int32> Value) #Represents a weak FGPP element (e.g., low length/history or reversible enabled).
Parameters
- Name System.String
- Policy name.
- Precedence System.Nullable{System.Int32}
- Policy precedence.
- Value System.Nullable{System.Int32}
- Associated numeric value when applicable.
Methods
public WeakItem <Clone>$() #Returns:
WeakItempublic Void Deconstruct(out String Name, out Nullable<Int32> Precedence, out Nullable<Int32> Value) #Returns:
VoidParameters
- Name String
- Precedence Nullable<Int32>
- Value Nullable<Int32>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String