SpatialFormatter<TReaderStream, TWriterStream> 생성자
<see cref="T:System.Spatial.SpatialFormatter`2" /> 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Protected Sub New ( _
creator As SpatialImplementation _
)
‘사용 방법
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
)
매개 변수
- creator
유형: System.Spatial.SpatialImplementation
이 인스턴스를 만든 구현입니다.