Search Results for

    Show / Hide Table of Contents

    Class RefType

    Inheritance
    System.Object
    RefType
    Implements
    System.IEquatable<RefType>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Tests.PriorityQueues
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class RefType : IEquatable<RefType>

    Constructors

    | Improve this Doc View Source

    RefType(Int32, Object)

    Declaration
    public RefType(int Field1, object Field2)
    Parameters
    Type Name Description
    System.Int32 Field1
    System.Object Field2

    Properties

    | Improve this Doc View Source

    Field1

    Declaration
    public int Field1 { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Field2

    Declaration
    public object Field2 { get; set; }
    Property Value
    Type Description
    System.Object

    Implements

    System.IEquatable<T>

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX