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  | 
|---|---|---|
| 
                   
                      | 
                   GetEnumerator  | 
                   Returns an enumerator that iterates through the collection. (Inherited from IEnumerable.ISymbol..)  | 
| 
                   
                      | 
                   GetMetaObject  | 
                   Returns the DynamicMetaObject responsible for binding operations performed on this object. (Inherited from IDynamicMetaObjectProvider.)  | 
Further Information