 | PersonalNamePiecesStructureCreate 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 PersonalNamePiecesStructure Create(
Parser parser
)
Public Shared Function Create (
parser As Parser
) As PersonalNamePiecesStructure
static member Create :
parser : Parser -> PersonalNamePiecesStructure Parameters
- parser Parser
- The parser
Return Value
PersonalNamePiecesStructureThe created instance of the class.
See Also