Click or drag to resize

MetadataParameter Constructor

Initializes a new instance of the MetadataParameter class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Parameter(
	string name,
	MetadataTypeInfo type,
	bool isByReference,
	bool isIn,
	bool isOutput,
	bool isReturnValue,
	bool isOptional,
	bool defaultValueSpecified,
	Object defaultValue
)

Parameters

name  String
 
type  MetadataTypeInfo
 
isByReference  Boolean
 
isIn  Boolean
 
isOutput  Boolean
 
isReturnValue  Boolean
 
isOptional  Boolean
 
defaultValueSpecified  Boolean
 
defaultValue  Object
 
See Also