C# Class Ecologylab.BigSemantics.Actions.StripParam

Inheritance: ParamOp
Afficher le fichier Open project: ecologylab/BigSemanticsCSharp

Méthodes publiques

Méthode Description
StripParam ( ) : System
TransformParams ( String>.Dictionary parametersMap ) : void

Remove the parameter of the name from this from the parametersMap.

Method Details

StripParam() public méthode

public StripParam ( ) : System
Résultat System

TransformParams() public méthode

Remove the parameter of the name from this from the parametersMap.
public TransformParams ( String>.Dictionary parametersMap ) : void
parametersMap String>.Dictionary
Résultat void