Class CeresPort.PortCompatibleStructure
Inheritance
object
CeresPort.PortCompatibleStructure
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
protected class CeresPort.PortCompatibleStructure
Fields
AdapterCreateFunc
Declaration
public readonly Dictionary<Type, Func<IPort, IPort>> AdapterCreateFunc
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><Type, Func<, ><IPort, IPort>> |
CompatibleTypes
Declaration
public readonly HashSet<Type> CompatibleTypes
Field Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<T><Type> |