Constructeur SpatialFormatter<TReaderStream, TWriterStream>
Initialise une nouvelle instance de la classe <see cref="T:System.Spatial.SpatialFormatter`2" />.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
creator As SpatialImplementation _
)
'Utilisation
Dim creator As SpatialImplementation
Dim instance As New SpatialFormatter(creator)
protected SpatialFormatter(
SpatialImplementation creator
)
protected:
SpatialFormatter(
SpatialImplementation^ creator
)
new :
creator:SpatialImplementation -> SpatialFormatter
protected function SpatialFormatter(
creator : SpatialImplementation
)
Paramètres
- creator
Type : System.Spatial.SpatialImplementation
Implémentation qui a créé cette instance.