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