SerializableObjectData.IsArrayElement フィールド

定義

SerializableObjectDataがシリアル化可能な配列内の要素を記述するかどうかを示します。

public: bool IsArrayElement;
public bool IsArrayElement;
val mutable IsArrayElement : bool
Public IsArrayElement As Boolean 

フィールド値

注釈

IsArrayElementは、trueが配列内の要素を記述する場合はSerializableObjectData。それ以外の場合、IsArrayElementfalse

IsArrayElementtrueされている場合、ParentIdは配列を識別し、MemberNamenull

IsArrayIsArrayElementの両方がtrueの場合、SerializableObjectDataはジャグ配列を記述します。

適用対象