Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcUnParseException Class / GetType Method


In This Topic
    GetType Method (CalcUnParseException)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Function GetType() As Type
    'Usage
     
    Dim instance As CalcUnParseException
    Dim value As Type
     
    value = instance.GetType()
    [__DynamicallyInvokable()]
    public Type GetType()
    See Also