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