Click or drag to resize

NamedArg Class

X#
VO Compatible type to allow name/value pairs for Ole Automation parameters
Inheritance Hierarchy
Object
  NamedArg

Namespace:  XSharp
Assembly:  XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax
 CLASS NamedArg
Request Example View Source

The NamedArg type exposes the following members.

Constructors
  NameDescription
Public methodNamedArg
Construct a NamedArg object
Top
Properties
  NameDescription
Public propertyArgName
Argument name.
Public propertyValue
Argument value.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ToString.)
Top
See Also