BaseFunctoid.BuildDynamicScriptHeader(String, String, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
System::String ^ BuildDynamicScriptHeader(System::String ^ functionName, System::String ^ returnType, System::String ^ paramType, int numParams);
protected string BuildDynamicScriptHeader (string functionName, string returnType, string paramType, int numParams);
member this.BuildDynamicScriptHeader : string * string * string * int -> string
Protected Function BuildDynamicScriptHeader (functionName As String, returnType As String, paramType As String, numParams As Integer) As String
Parameters
- functionName
- String
- returnType
- String
- paramType
- String
- numParams
- Int32