'宣言
Public Shared Function SetIfNotNullAndRemove( _ ByVal props As CustomPropertyDefinitionCollection, _ ByVal name As String, _ ByVal setter As Action(Of ExpressionInfo) _ ) As CustomPropertyDefinitionCollection
public static CustomPropertyDefinitionCollection SetIfNotNullAndRemove( CustomPropertyDefinitionCollection props, string name, Action<ExpressionInfo> setter )
パラメータ
- props
- CustomPropertiesCollection
- name
- コレクション内で検索するプロパティの名前。
- setter
- セッター。