Initializing help system before first use

Item Property (String)

Quickest method of fetching a named identifier; calls Mosel directly rather than iterating through everything.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public virtual XPRMIdentifier this[
	string name
] { get; }

Parameters

name
Type:  SystemString

Property Value

Type:  XPRMIdentifier
See Also