List of required specifications.

Namespace: MonoSoftware.MonoX.API.Linq
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected List<IApiLinqProviderSpecification> defaultSpecification
Visual Basic
Protected defaultSpecification As List(Of IApiLinqProviderSpecification)
Visual C++
protected:
List<IApiLinqProviderSpecification^>^ defaultSpecification
F#
val mutable defaultSpecification: List<IApiLinqProviderSpecification>

Field Value

Type: List<(Of <(<'IApiLinqProviderSpecification>)>)>

See Also