MemberAst(IScriptExtent) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initialize the common fields of a type member.
protected:
MemberAst(System::Management::Automation::Language::IScriptExtent ^ extent);
protected MemberAst (System.Management.Automation.Language.IScriptExtent extent);
new System.Management.Automation.Language.MemberAst : System.Management.Automation.Language.IScriptExtent -> System.Management.Automation.Language.MemberAst
Protected Sub New (extent As IScriptExtent)
Parameters
- extent
- IScriptExtent
The extent of the type member.