Click or drag to resize

AssociationStructureCreate Method

Depending on the current state of the parser, creates an instance of the class.

Namespace: Patagames.GedcomNetSdk.Structures
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public static AssociationStructure Create(
	Parser parser
)

Parameters

parser  Parser
The parser

Return Value

AssociationStructure
The created instance of the class.
See Also