IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Interfaces.AttributeDictionary Class Reference

Class used to represent the attributes of a node More...

+ Inheritance diagram for NUnit.Framework.Interfaces.AttributeDictionary:
+ Collaboration diagram for NUnit.Framework.Interfaces.AttributeDictionary:

Properties

new string this[string key] [get]
 Gets or sets the value associated with the specified key. Overridden to return null if attribute is not found. More...
 

Detailed Description

Class used to represent the attributes of a node

Property Documentation

new string NUnit.Framework.Interfaces.AttributeDictionary.this[string key]
get

Gets or sets the value associated with the specified key. Overridden to return null if attribute is not found.

Parameters
keyThe key.
Returns
Value of the attribute or null

The documentation for this class was generated from the following file: