DslDirectiveProcessorBase.PostProcessArguments Method

Definition

Process arguments

protected:
 override void PostProcessArguments(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ requiresArguments, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ providesArguments);
protected override void PostProcessArguments (string directiveName, System.Collections.Generic.IDictionary<string,string> requiresArguments, System.Collections.Generic.IDictionary<string,string> providesArguments);
override this.PostProcessArguments : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> unit
Protected Overrides Sub PostProcessArguments (directiveName As String, requiresArguments As IDictionary(Of String, String), providesArguments As IDictionary(Of String, String))

Parameters

directiveName
String
requiresArguments
IDictionary<String,String>
providesArguments
IDictionary<String,String>

Applies to