ParameterAst.StaticType Property
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.
Returns the type of the parameter. If the parameter is constrained to be a specific type, that type is returned,
otherwise typeof(object)
is returned.
public:
property Type ^ StaticType { Type ^ get(); };
public:
property Platform::Type ^ StaticType { Platform::Type ^ get(); };
public Type StaticType { get; }
member this.StaticType : Type
Public ReadOnly Property StaticType As Type