C# Class Platform.Examples.WikipediaImporter.ElementContext

Mostrar archivo Open project: Konard/LinksPlatform

Public Properties

Property Type Description
ChildrenNamesCounts int>.Dictionary
Parent ulong

Public Methods

Method Description
ElementContext ( ulong parent ) : System
IncrementChildNameCount ( string name ) : void

Method Details

ElementContext() public method

public ElementContext ( ulong parent ) : System
parent ulong
return System

IncrementChildNameCount() public method

public IncrementChildNameCount ( string name ) : void
name string
return void

Property Details

ChildrenNamesCounts public_oe property

public Dictionary ChildrenNamesCounts
return int>.Dictionary

Parent public_oe property

public ulong Parent
return ulong