CollectionAdapter<TSource, TTarget>.Initialize Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Sub Initialize ( _
source As IEnumerable _
)
protected void Initialize(
IEnumerable source
)
protected:
void Initialize(
IEnumerable^ source
)
member Initialize :
source:IEnumerable -> unit
protected function Initialize(
source : IEnumerable
)
Parameters
- source
Type: System.Collections.IEnumerable
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.