FieldDescription.SetParameterType(Type) Method

Definition

Sets the ParameterTypeName, ParameterTypeFullName, and ParameterAssemblyFullName as a single operation.

public:
 void SetParameterType(Type ^ parameterType);
public:
 void SetParameterType(Platform::Type ^ parameterType);
public void SetParameterType (Type parameterType);
member this.SetParameterType : Type -> unit
Public Sub SetParameterType (parameterType As Type)

Parameters

parameterType
Type

The Type that sets the properties.

Exceptions

If parameterType is null.

Applies to