SchemaOrSource   Conversion (Source to SchemaOrSource)

Convert/Wrap a Source to SchemaOrSource.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static implicit operator SchemaOrSource (
	Source source
)

Parameters

source  Source
The source to convert.

Return Value

SchemaOrSource
SchemaOrSource

See Also