DemoClass.DemoSub(System.String)
Demo Sub with link to
pSomePram and a
secound link to
pSomePramNamespace: DemoDocLib.DemoNamespaceAssembly: DemoDocLib
Syntax
Visual Basic
Public Sub DemoSub( _
ByVal pSomePram As System.String _
)
C#
public void DemoSub(
System.String pSomePram
)
Parameter
pSomePramType:
System.StringIts a Parameter
Exceptions
Remarks
Here some example for you
Example
var DemoObj = new DemoClass();
DemoObj.DemoSub("This");
This WikiPage was created with
Codeplex WikiEditor