Click or drag to resize

DirectedGraphConverterBaseT, TElementGetStylingCase Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public abstract DirectedGraphStylingCase GetStylingCase(
	IEnumerable<T> source
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIEnumerableT

Return Value

Type: DirectedGraphStylingCase
See Also