10 [AttributeUsage(AttributeTargets.Method, AllowMultiple =
false, Inherited =
true)]
70 new KeyValuePair<string, object>(MetaDataKey1, MetaDataValue1))
102 string MetaDataKey2,
object MetaDataValue2)
105 new KeyValuePair<string, object>(MetaDataKey1, MetaDataValue1),
106 new KeyValuePair<string, object>(MetaDataKey2, MetaDataValue2))
140 string MetaDataKey2,
object MetaDataValue2,
141 string MetaDataKey3,
object MetaDataValue3)
144 new KeyValuePair<string, object>(MetaDataKey1, MetaDataValue1),
145 new KeyValuePair<string, object>(MetaDataKey2, MetaDataValue2),
146 new KeyValuePair<string, object>(MetaDataKey3, MetaDataValue3))
182 string MetaDataKey2,
object MetaDataValue2,
183 string MetaDataKey3,
object MetaDataValue3,
184 string MetaDataKey4,
object MetaDataValue4)
187 new KeyValuePair<string, object>(MetaDataKey1, MetaDataValue1),
188 new KeyValuePair<string, object>(MetaDataKey2, MetaDataValue2),
189 new KeyValuePair<string, object>(MetaDataKey3, MetaDataValue3),
190 new KeyValuePair<string, object>(MetaDataKey4, MetaDataValue4))
228 string MetaDataKey2,
object MetaDataValue2,
229 string MetaDataKey3,
object MetaDataValue3,
230 string MetaDataKey4,
object MetaDataValue4,
231 string MetaDataKey5,
object MetaDataValue5)
234 new KeyValuePair<string, object>(MetaDataKey1, MetaDataValue1),
235 new KeyValuePair<string, object>(MetaDataKey2, MetaDataValue2),
236 new KeyValuePair<string, object>(MetaDataKey3, MetaDataValue3),
237 new KeyValuePair<string, object>(MetaDataKey4, MetaDataValue4),
238 new KeyValuePair<string, object>(MetaDataKey5, MetaDataValue5))
331 public KeyValuePair<string, object>[]
MetaData {
get; }