IMutableProperty.SetElementType(Type) Method

Definition

Sets the configuration for elements of the primitive collection represented by this property.

public void SetElementType (Type? elementType);
abstract member SetElementType : Type -> unit
Public Sub SetElementType (elementType As Type)

Parameters

elementType
Type

If true, then this is a collection of primitive elements.

Applies to