DemoClass.DemoFunction(System.Int32,System.String)
Demo Function with Link
pMoreParam and text after
Namespace: DemoDocLib.DemoNamespaceAssembly: DemoDocLib
Syntax
Visual Basic
Public Function DemoFunction( _
ByVal pMoreParam As System.Int32, _
ByVal pMoreMoreParam As System.String _
) As System.String
C#
public System.String DemoFunction(
System.Int32 pMoreParam,
System.String pMoreMoreParam
)
Parameter
pMoreMoreParamType:
System.StringThis is a Parameter
pMoreParamType:
System.Int32And a Parameter, too
Return
Type:
System.StringA
String-Value
Remarks
This WikiPage was created with
Codeplex WikiEditor