ParameterAst.StaticType Property

Definition

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

Property Value

Applies to