Defines the semantics used to resolve function overloads.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public ParameterTypeSemanticsEnum ParameterTypeSemantics { get; set; }
Visual Basic
Public Property ParameterTypeSemantics As ParameterTypeSemanticsEnum
	Get
	Set
Visual C++
public:
property ParameterTypeSemanticsEnum ParameterTypeSemantics {
	ParameterTypeSemanticsEnum get ();
	void set (ParameterTypeSemanticsEnum value);
}

See Also