'Declaration
Public Overloads Shared Function Create( _ ByVal elementTypeName As System.String, _ ByVal js As Server _ ) As Element
'Usage
Dim elementTypeName As System.String Dim js As Server Dim value As Element value = Element.Create(elementTypeName, js)
public static Element Create( System.string elementTypeName, Server js )
Parameters
- elementTypeName
- js