'宣言 Public Overloads Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )
パラメータ
- name
- The name of the field.
戻り値の型
True if the collection contains a field with the specified name; otherwise, false.