Exemple #1
0
 internal TypeMatchItem(object obj, Microsoft.PowerShell.Commands.Internal.Format.AppliesTo a, PSObject currentObject)
 {
     this._item          = obj;
     this._appliesTo     = a;
     this._currentObject = currentObject;
 }
Exemple #2
0
 internal TypeMatchItem(object obj, Microsoft.PowerShell.Commands.Internal.Format.AppliesTo a, PSObject currentObject)
 {
     this._item = obj;
     this._appliesTo = a;
     this._currentObject = currentObject;
 }
Exemple #3
0
 internal TypeMatchItem(object obj, Microsoft.PowerShell.Commands.Internal.Format.AppliesTo a)
 {
     this._item      = obj;
     this._appliesTo = a;
 }
Exemple #4
0
 internal TypeMatchItem(object obj, Microsoft.PowerShell.Commands.Internal.Format.AppliesTo a)
 {
     this._item = obj;
     this._appliesTo = a;
 }