 | PlaceStructureCreate Method |
Depending on the current state of the parser, creates an instance of the class.
Namespace: Patagames.GedcomNetSdk.StructuresAssembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntaxpublic static PlaceStructure Create(
Parser parser
)
Public Shared Function Create (
parser As Parser
) As PlaceStructure
static member Create :
parser : Parser -> PlaceStructure Parameters
- parser Parser
- The parser
Return Value
PlaceStructureThe created instance of the class.
See Also