You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/5/System.Management.Automation-lib.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9195,7 +9195,7 @@ public FunctionDefinitionAst(System.Management.Automation.Language.IScriptExtent
9195
9195
public bool IsFilter { get { return default(bool); } private set { } }
9196
9196
public bool IsWorkflow { get { return default(bool); } private set { } }
9197
9197
public string Name { get { return default(string); } private set { } }
9198
-
System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst> System.Management.Automation.Language.IParameterMetadataProvider.Parameters { get { return default(System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst>); } }
9198
+
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst> Parameters { get { return default(System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst>); } }
9199
9199
public override System.Management.Automation.Language.Ast Copy ( ) { return default(System.Management.Automation.Language.Ast); }
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.AttributeAst> Attributes { get { return default(System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.AttributeAst>); } private set { } }
9209
-
System.Management.Automation.Language.ScriptBlockAst System.Management.Automation.Language.IParameterMetadataProvider.Body { get { return default(System.Management.Automation.Language.ScriptBlockAst); } }
9209
+
public System.Management.Automation.Language.ScriptBlockAst Body { get { return default(System.Management.Automation.Language.ScriptBlockAst); } }
9210
9210
public bool IsConstructor { get { return default(bool); } }
9211
9211
public bool IsHidden { get { return default(bool); } }
9212
9212
public bool IsPrivate { get { return default(bool); } }
9213
9213
public bool IsPublic { get { return default(bool); } }
9214
9214
public bool IsStatic { get { return default(bool); } }
9215
9215
public System.Management.Automation.Language.MethodAttributes MethodAttributes { get { return default(System.Management.Automation.Language.MethodAttributes); } private set { } }
9216
9216
public override string Name { get { return default(string); } }
9217
-
System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst> System.Management.Automation.Language.IParameterMetadataProvider.Parameters { get { return default(System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst>); } }
9217
+
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst> Parameters { get { return default(System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ParameterAst>); } }
9218
9218
public System.Management.Automation.Language.TypeConstraintAst ReturnType { get { return default(System.Management.Automation.Language.TypeConstraintAst); } private set { } }
9219
9219
public override System.Management.Automation.Language.Ast Copy ( ) { return default(System.Management.Automation.Language.Ast); }
0 commit comments