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>, WeightHandler<T>, Dictionary<OriginalEdge, T>)
Removes witnessed shortcuts.
Declaration
public static bool RemoveWitnessed<T>(this Shortcuts<T> shortcuts, WeightHandler<T> weightHandler, Dictionary<OriginalEdge, T> witnesses)where T : struct
Parameters
|
Shortcuts<T>
shortcuts
|
|
WeightHandler<T>
weightHandler
|
|
Dictionary<OriginalEdge, T>
witnesses
|
Returns
|
System.Boolean
|
Type Parameters
|
T
|
RemoveWitnessed<T>(Shortcuts<T>, WeightHandler<T>, UInt32, Dictionary<UInt32, Dictionary<OriginalEdge, T>>)
Removes witnessed shortcuts.
Declaration
public static bool RemoveWitnessed<T>(this Shortcuts<T> shortcuts, WeightHandler<T> weightHandler, uint vertex, Dictionary<uint, Dictionary<OriginalEdge, T>> witnesses)where T : struct
Parameters
|
Shortcuts<T>
shortcuts
|
|
WeightHandler<T>
weightHandler
|
|
System.UInt32
vertex
|
|
Dictionary<System.UInt32, Dictionary<OriginalEdge, T>>
witnesses
|
Returns
|
System.Boolean
|
Type Parameters
|
T
|