SmiTypeExtensionsGetLastType Method |
The true base type of a syntax.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic static ISmiType GetLastType(
this ISmiType type
)
<ExtensionAttribute>
Public Shared Function GetLastType (
type As ISmiType
) As ISmiType
public:
[ExtensionAttribute]
static ISmiType^ GetLastType(
ISmiType^ type
)
[<ExtensionAttribute>]
static member GetLastType :
type : ISmiType -> ISmiType
Parameters
- type
- Type: Lextm.SharpSnmpPro.MibISmiType
A syntax.
Return Value
Type:
ISmiTypeThe true base type.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ISmiType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also