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