SfcCollectionInfo Class

Definition

Class that wraps collections. PS expands collections in the pipeline by default for enumreable types, so this stops that. I moved this into SFC, as it needs to be shared between cmdlets and provider. I did not want to add a new shared GAC'ed assembly to setup for this, hence explains why it is here.

public class SfcCollectionInfo
type SfcCollectionInfo = class
Public Class SfcCollectionInfo
Inheritance
SfcCollectionInfo

Constructors

SfcCollectionInfo(String, Object)

Properties

Collection
DisplayName

Applies to