The NBElementGenericType class represents the allowed generic types for all NBElements in the logical
(hierarchical) view of the message. These generic types specify whether the NBElement has a Name, a Value, or both.

C# | Visual Basic | Visual C++ | F# |
public sealed class NBElementGenericType
Public NotInheritable Class NBElementGenericType
public ref class NBElementGenericType sealed
[<SealedAttribute>] type NBElementGenericType = class end

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Name |
A name element has associated with it a string, which is the name of the element.
|
![]() ![]() | NameValue |
A name-value element is an optimization of the case where a name element contains only a value element and nothing else.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() ![]() | Value |
A value element has a value associated with it.
|

Object | |
![]() | NBElementGenericType |