Class Tom
Tom class is only inherit from Object. Not any member inside itself.
Inherited Members
Namespace: CatLibrary
Assembly: CatLibrary.dll
Syntax
public class Tom
Methods
| Improve this Doc View SourceTomMethod(Complex<TomFromBaseClass, TomFromBaseClass>, Tuple<String, Tom>)
This is a Tom Method with complex type as return
Declaration
public Complex<string, TomFromBaseClass> TomMethod(Complex<TomFromBaseClass, TomFromBaseClass> a, Tuple<string, Tom> b)
Parameters
Type | Name | Description |
---|---|---|
Complex<TomFromBaseClass, TomFromBaseClass> | a | A complex input |
Tuple<String, Tom> | b | Another complex input |
Returns
Type | Description |
---|---|
Complex<String, TomFromBaseClass> | Complex TomFromBaseClass |
Exceptions
Type | Condition |
---|---|
System.NotImplementedException | This is not implemented |
System.ArgumentException | This is the exception to be thrown when implemented |
CatException<T> | This is the exception in current documentation |