Class ShortcutsExtensions
Contains extension methods related to shortcuts.
Inheritance
System.Object
ShortcutsExtensions
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class ShortcutsExtensions
Methods
RemoveWitnessed<T>(Shortcuts<T>, UInt32, DykstraWitnessCalculator<T>)
Removes witnessed shortcuts.
Declaration
public static void RemoveWitnessed<T>(this Shortcuts<T> shortcuts, uint vertex, DykstraWitnessCalculator<T> witnessCalculator)where T : struct
Parameters
|
Shortcuts<T>
shortcuts
|
|
System.UInt32
vertex
|
|
DykstraWitnessCalculator<T>
witnessCalculator
|
Type Parameters
|
T
|