Class Intersectable.Pair
Inheritance
System.Object
Intersectable.Pair
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Assemblies
Assembly: Experior.Core.dll
Syntax
public class Pair : Intersectable.IPair
Properties
I1
Declaration
public Intersectable I1 { get; set; }
Property Value
Type | Description |
---|---|
Intersectable |
I2
Declaration
public Intersectable I2 { get; set; }
Property Value
Type | Description |
---|---|
Intersectable |