'Declaration
Public Overloads Function Add( _ ByVal description As String, _ ByVal tier As Tier _ ) As TierRateParamValueHelper
'Usage
Dim instance As TierRateParamHelper Dim description As String Dim tier As Tier Dim value As TierRateParamValueHelper value = instance.Add(description, tier)
public TierRateParamValueHelper Add( string description, Tier tier )
public function Add( description: String; tier: Tier ): TierRateParamValueHelper;
public function Add( description : String, tier : Tier ) : TierRateParamValueHelper;
public: TierRateParamValueHelper* Add( string* description, Tier tier )
public: TierRateParamValueHelper^ Add( String^ description, Tier tier )
Parameters
- description
- The description.
- tier
- The tier.