| PresetParsePresetNode Method  | 
            Parses the preset node.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static Preset ParsePresetNode(
	XmlNode nodeToParse
)
Public Shared Function ParsePresetNode ( 
	nodeToParse As XmlNode
) As Preset
Parameters
- nodeToParse
 - Type: System.XmlXmlNode
The node to parse. 
Return Value
Type: 
Preset
See Also