Table of Contents

Class EventTypes

Namespace
Microsoft.AutoGen.Core
Assembly
Microsoft.AutoGen.Core.dll
public sealed class EventTypes
Inheritance
EventTypes
Inherited Members

Constructors

EventTypes(TypeRegistry, Dictionary<string, Type>, Dictionary<Type, HashSet<string>>)

public EventTypes(TypeRegistry typeRegistry, Dictionary<string, Type> types, Dictionary<Type, HashSet<string>> eventsMap)

Parameters

typeRegistry TypeRegistry
types Dictionary<string, Type>
eventsMap Dictionary<Type, HashSet<string>>

Properties

EventsMap

public Dictionary<Type, HashSet<string>> EventsMap { get; }

Property Value

Dictionary<Type, HashSet<string>>

TypeRegistry

public TypeRegistry TypeRegistry { get; }

Property Value

TypeRegistry

Types

public Dictionary<string, Type> Types { get; }

Property Value

Dictionary<string, Type>