IDynamicSymbolsCollection Interface

Interface IDynamicSymbolsContainer Implements the IDynamicMetaObjectProvider

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public interface IDynamicSymbolsCollection : IDynamicMetaObjectProvider, 
    IEnumerable<ISymbol>, IEnumerable

The IDynamicSymbolsCollection type exposes the following members.

Methods

 

Name

Description

IDynamicSymbolsCollection Interface 1:

GetEnumerator

Returns an enumerator that iterates through the collection. (Inherited from IEnumerable.ISymbol..)

IDynamicSymbolsCollection Interface 2:

GetMetaObject

Returns the DynamicMetaObject responsible for binding operations performed on this object. (Inherited from IDynamicMetaObjectProvider.)

Reference

TwinCAT.TypeSystem Namespace

System.Dynamic.IDynamicMetaObjectProvider