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 SourceRefType(Int32, Object)
Declaration
public RefType(int Field1, object Field2)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Field1 | |
System.Object | Field2 |
Properties
| Improve this Doc View SourceField1
Declaration
public int Field1 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Field2
Declaration
public object Field2 { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Implements
System.IEquatable<T>