public interface IComponent<in TOperation> : IComponent
where TOperation : class, IOperationVisitor
Public Interface IComponent(Of In TOperation As {Class, IOperationVisitor})
Inherits IComponentgeneric<typename TOperation>
where TOperation : ref class, IOperationVisitor
public interface class IComponent : IComponenttype IComponent<'TOperation when 'TOperation : not struct and IOperationVisitor> =
interface
interface IComponent
end| Parent |
Родитель/Владелец
(Унаследован от IComponent) |
| Accept | Вызывает выполнение операции operation над текущим узлом |
| GetFullyQualifiedName |
Возвращает полное имя объекта
(Унаследован от IComponent) |