Show / Hide Table of Contents

    Class Tom

    Tom class is only inherit from Object. Not any member inside itself.

    Inheritance
    Object
    Tom
    TomFromBaseClass
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: CatLibrary
    Assembly: CatLibrary.dll
    Syntax
    public class Tom

    Methods

    | Improve this Doc View Source

    TomMethod(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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX