Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Creates the builder that will be called by the parser to build the new type.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected Function MakeValidatingBuilder As KeyValuePair(Of SpatialPipeline, IShapeProvider)
'Usage
Dim returnValue As KeyValuePair(Of SpatialPipeline, IShapeProvider)
returnValue = Me.MakeValidatingBuilder()
protected KeyValuePair<SpatialPipeline, IShapeProvider> MakeValidatingBuilder()
protected:
KeyValuePair<SpatialPipeline^, IShapeProvider^> MakeValidatingBuilder()
member MakeValidatingBuilder : unit -> KeyValuePair<SpatialPipeline, IShapeProvider>
protected function MakeValidatingBuilder() : KeyValuePair<SpatialPipeline, IShapeProvider>
Return Value
Type: System.Collections.Generic.KeyValuePair<SpatialPipeline, IShapeProvider>
The builder that was created.