Created by Docfx
  • CatLibrary
  • TomFromBaseClass

    Show / Hide Table of Contents
    • CatLibrary
      • Cat<T, K>
      • CatException<T>
      • Complex<T, J>
      • FakeDelegate<T>
      • IAnimal
      • ICat
      • ICatExtension
      • MRefDelegate<K, T, L>
      • MRefNormalDelegate
      • Tom
      • TomFromBaseClass
    • Microsoft.DevDiv
      • ContainersRefType
      • ContainersRefType.ColorType
      • ContainersRefType.ContainersRefTypeChild
      • ContainersRefType.ContainersRefTypeChildInterface
      • ContainersRefType.ContainersRefTypeDelegate
      • ExplicitLayoutClass
    • MRef.Demo.Enumeration
      • ColorType
    • VBTestClass1
      • BaseClass1
      • Class1

    Class TomFromBaseClass

    TomFromBaseClass inherits from @

    Inheritance
    Object
    Tom
    TomFromBaseClass
    Inherited Members
    Tom.TomMethod(Complex<TomFromBaseClass, TomFromBaseClass>, Tuple<String, Tom>)
    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 TomFromBaseClass : Tom

    Constructors

    | Improve this Doc View Source

    TomFromBaseClass(Int32)

    This is a #ctor with parameter

    Declaration
    public TomFromBaseClass(int k)
    Parameters
    Type Name Description
    Int32 k
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TomFromBaseClass(Int32)
    Back to top Generated by DocFX