C# Class NCrawler.PropertyBag

Show file Open project: esbencarlsen/NCrawler Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
this ( string name ) : System.Property

Indexer which retrieves a property from the PropertyBag based on the property name

Method Details

this() public method

Indexer which retrieves a property from the PropertyBag based on the property name
public this ( string name ) : System.Property
name string
return System.Property