Overload List
| Name | Description | |
|---|---|---|
| FindOrCreate(Int32) |
The FindOrCreate method returns the NBElement with the given Type. If the NBElement is not found then it is created.
| |
| FindOrCreate(String) |
The FindOrCreate method returns the NBElement with the given Name. If the NBElement is not found then it is created.
| |
| FindOrCreate(Int32, String) |
The FindOrCreate method returns the NBElement with the given Type and Name. If the NBElement is not found then it is created.
| |
| FindOrCreate(String, Int32) |
The FindOrCreate method returns the NBElement with the given Name and Index. If the NBElement is not found then it is created.
| |
| FindOrCreate(String, String) |
The FindOrCreate method returns the NBElement with the given Namespace and Name. If the NBElement is not found then it is created.
| |
| FindOrCreate(Int32, String, Int32) |
The FindOrCreate method returns the NBElement with the given Type, Name and Index. If the NBElement is not found then it is created.
| |
| FindOrCreate(Int32, String, String) |
The FindOrCreate method returns the NBElement with the given Type, Namespace and Index. If the NBElement is not found then it is created.
| |
| FindOrCreate(String, String, Int32) |
The FindOrCreate method returns the NBElement with the given Namespace, Name and Index. If the NBElement is not found then it is created.
| |
| FindOrCreate(Int32, String, String, Int32) |
The FindOrCreate method returns the NBElement with the given Type, Namespace, Name and Index. If the NBElement is not found then it is created.
|
See Also