Click or drag to resize

ISharedModules Interface

Interface for IModuleInformation list

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface ISharedModules : ISharedEnumerable<ISharedModule>, 
	IEnumerable<ISharedModule>, IEnumerable

The ISharedModules type exposes the following members.

Properties
Methods
  NameDescription
Public methodContains
Determines whether an element is in the collection
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ISharedEnumerableT.)
Top
See Also