Home
last modified time | relevance | path

Searched +defs:item +defs:Values (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/
H A DCompositionContainerCollectionTests.cs366 public ICollection<int> Values { get { return readOnlyICollection; } } property in System.ComponentModel.Composition.CompositionContainerCollectionTests.InvalidImporterNullReadOnlyICollection
447 public CustomCollectionThrowsDuringConstruction Values { get; set; } property in System.ComponentModel.Composition.CompositionContainerCollectionTests.ImportCustomCollectionThrowsDuringConstruction
472 public CustomCollectionThrowsDuringClear Values { get; set; } property in System.ComponentModel.Composition.CompositionContainerCollectionTests.ImportCustomCollectionThrowsDuringClear
497 public CustomCollectionThrowsDuringAdd Values { get; set; } property in System.ComponentModel.Composition.CompositionContainerCollectionTests.ImportCustomCollectionThrowsDuringAdd
509 void ICollection<int>.Add(int item) in Add()
563 public CustomCollectionThrowsDuringIsReadOnly Values { get; set; } property in System.ComponentModel.Composition.CompositionContainerCollectionTests.ImportCustomCollectionThrowsDuringIsReadOnly
581 public void Add(T item) in Add()
592 public bool Contains(T item) in Contains()
612 public bool Remove(T item) in Remove()
631 public CollectionTypeWithNoIList<int> Values { get; set; } property in System.ComponentModel.Composition.CompositionContainerCollectionTests.ImportCollectionWithNoIList
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Routing/
H A DRouteValueDictionary.cs38 public Dictionary<string, object>.ValueCollection Values { property in System.Web.Routing.RouteValueDictionary
108 ICollection<object> IDictionary<string, object>.Values { property in System.Web.Routing.RouteValueDictionary
117 void ICollection<KeyValuePair<string, object>>.Add(KeyValuePair<string, object> item) { in Add()
122 bool ICollection<KeyValuePair<string, object>>.Contains(KeyValuePair<string, object> item) { in Contains()
139 bool ICollection<KeyValuePair<string, object>>.Remove(KeyValuePair<string, object> item) { in Remove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.UI.WebControls/
H A DListViewInsertEventArgs.cs40 public ListViewInsertEventArgs (ListViewItem item) in ListViewInsertEventArgs()
50 public IOrderedDictionary Values { property in System.Web.UI.WebControls.ListViewInsertEventArgs
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_string_list_tear_off.h57 String initialize(const String& item, ExceptionState& exception_state) { in initialize()
73 String insertItemBefore(const String& item, in insertItemBefore()
89 String replaceItem(const String& item, in replaceItem()
104 const String& item, in AnonymousIndexedSetter()
122 String appendItem(const String& item, ExceptionState& exception_state) { in appendItem()
134 const Vector<String>& Values() const { return list_->Values(); } in Values() function
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJPropertyKeyedCollection.cs13 private void AddKey(string key, JToken item) in AddKey()
19 protected void ChangeItemKey(JToken item, string newKey) in ChangeItemKey()
54 private bool ContainsItem(JToken item) in ContainsItem()
70 private string GetKeyForItem(JToken item) in GetKeyForItem()
75 protected override void InsertItem(int index, JToken item) in InsertItem()
105 protected override void SetItem(int index, JToken item) in SetItem()
159 public ICollection<JToken> Values property in Newtonsoft.Json.Linq.JPropertyKeyedCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/WebControls/
H A DListViewInsertEventArgs.cs17 public ListViewInsertEventArgs(ListViewItem item) : base(false) { in ListViewInsertEventArgs()
34 public IOrderedDictionary Values { property in System.Web.UI.WebControls.ListViewInsertEventArgs
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJPropertyKeyedCollection.cs38 private void AddKey(string key, JToken item) in AddKey()
44 protected void ChangeItemKey(JToken item, string newKey) in ChangeItemKey()
79 private bool ContainsItem(JToken item) in ContainsItem()
95 private string GetKeyForItem(JToken item) in GetKeyForItem()
100 protected override void InsertItem(int index, JToken item) in InsertItem()
130 protected override void SetItem(int index, JToken item) in SetItem()
184 public ICollection<JToken> Values property in Newtonsoft.Json.Linq.JPropertyKeyedCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/objectmodel/
H A Dreadonlydictionary.cs59 public ValueCollection Values { property in System.Collections.ObjectModel.ReadOnlyDictionary
85 ICollection<TValue> IDictionary<TKey, TValue>.Values { property in System.Collections.ObjectModel.ReadOnlyDictionary
135 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) { in Add()
143 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) { in Remove()
345 IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values { property in System.Collections.ObjectModel.ReadOnlyDictionary
371 void ICollection<TKey>.Add(TKey item) in Add()
381 bool ICollection<TKey>.Contains(TKey item) in Contains()
399 bool ICollection<TKey>.Remove(TKey item) in Remove()
470 void ICollection<TValue>.Add(TValue item) in Add()
480 bool ICollection<TValue>.Contains(TValue item) in Contains()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Collections/ObjectModel/
H A DReadOnlyDictionary.cs54 public ValueCollection Values property in System.Collections.ObjectModel.ReadOnlyDictionary
86 ICollection<TValue> IDictionary<TKey, TValue>.Values property in System.Collections.ObjectModel.ReadOnlyDictionary
148 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add()
158 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove()
411 IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values property in System.Collections.ObjectModel.ReadOnlyDictionary
441 void ICollection<TKey>.Add(TKey item) in Add()
451 bool ICollection<TKey>.Contains(TKey item) in Contains()
471 bool ICollection<TKey>.Remove(TKey item) in Remove()
550 void ICollection<TValue>.Add(TValue item) in Add()
560 bool ICollection<TValue>.Contains(TValue item) in Contains()
[all …]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/
H A DJPropertyKeyedCollection.cs43 private void AddKey(string key, JToken item) in AddKey()
49 protected void ChangeItemKey(JToken item, string newKey) in ChangeItemKey()
96 private bool ContainsItem(JToken item) in ContainsItem()
116 private string GetKeyForItem(JToken item) in GetKeyForItem()
121 protected override void InsertItem(int index, JToken item) in InsertItem()
157 protected override void SetItem(int index, JToken item) in SetItem()
219 public ICollection<JToken> Values property in Newtonsoft.Json.Linq.JPropertyKeyedCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dstringdictionary.cs107 public virtual ICollection Values { property in System.Collections.Specialized.StringDictionary
269 public ICollection<string> Values { property in System.Collections.Specialized.StringDictionary.GenericAdapter
305 void ICollection<KeyValuePair<string, string>>.Add(KeyValuePair<string, string> item) { in Add() argument
309 bool ICollection<KeyValuePair<string, string>>.Contains(KeyValuePair<string, string> item) { in Contains() argument
339 bool ICollection<KeyValuePair<string, string>>.Remove(KeyValuePair<string, string> item) { in Remove() argument
385 public void Add(string item) { in Add()
401 public bool Contains(string item) { in Contains()
429 public bool Remove(string item) { in Remove()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Support/
H A DGeneralKeyedCollection.cs64 protected override TKey GetKeyForItem(TItem item) in GetKeyForItem()
91 public System.Collections.Generic.IList<TItem> Values() in Values() method in Lucene.Net.Support.GeneralKeyedCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DHybridDictionary.cs45 public ICollection<TValue> Values property in System.Activities.HybridDictionary
192 public void Add(KeyValuePair<TKey, TValue> item) in Add()
204 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains()
230 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Hosting/src/System/Composition/Hosting/Core/
H A DCycleBreakingMetadataDictionary.cs55 public ICollection<object> Values property in System.Composition.Hosting.Core.CycleBreakingMetadataDictionary
72 public void Add(KeyValuePair<string, object> item) in Add()
82 public bool Contains(KeyValuePair<string, object> item) in Contains()
102 public bool Remove(KeyValuePair<string, object> item) in Remove()
/dports/graphics/graphviz/graphviz-2.44.1/windows/
H A DGraphArguments.cs59 ICollection<string> IDictionary<string, string>.Values property in Graphviz.GraphArguments
77 void ICollection<KeyValuePair<string, string>>.Add(KeyValuePair<string, string> item) in Add() argument
88 bool ICollection<KeyValuePair<string, string>>.Contains(KeyValuePair<string, string> item) in Contains() argument
108 bool ICollection<KeyValuePair<string, string>>.Remove(KeyValuePair<string, string> item) in Remove() argument
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/Scope/
H A DWebConfigScopeStorageDictionary.cs36 public ICollection<object> Values property in System.Web.WebPages.Scope.WebConfigScopeDictionary
92 public void Add(KeyValuePair<object, object> item) in Add() argument
102 public bool Contains(KeyValuePair<object, object> item) in Contains() argument
112 public bool Remove(KeyValuePair<object, object> item) in Remove() argument
/dports/irc/smuxi/smuxi-1.1/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/
H A DHeaderDictionary.cs45 public ICollection<string> Values property in Microsoft.AspNet.SignalR.Client.HeaderDictionary
63 public void Add(KeyValuePair<string, string> item) in Add() argument
75 public bool Contains(KeyValuePair<string, string> item) in Contains() argument
95 public bool Remove(KeyValuePair<string, string> item) in Remove() argument
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-339.cs56 ICollection<object> IDictionary<string, object>.Values property in LazyDictionary
70 void ICollection<KeyValuePair<string, object>>.Add (KeyValuePair<string, object> item) in Add()
80 bool ICollection<KeyValuePair<string, object>>.Contains (KeyValuePair<string, object> item) in Contains()
100 bool ICollection<KeyValuePair<string, object>>.Remove (KeyValuePair<string, object> item) in Remove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DReadOnlyDictionaryInternal.cs37 public ICollection<TValue> Values property in System.Runtime.ReadOnlyDictionaryInternal
76 public void Add(KeyValuePair<TKey, TValue> item) in Add()
86 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains()
115 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs76 public ICollection<TValue> Values property in Google.Protobuf.Collections.ReadOnlyDictionary
87 public void Add(KeyValuePair<TKey, TValue> item) in Add()
97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains()
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs76 public ICollection<TValue> Values property in Google.Protobuf.Collections.ReadOnlyDictionary
87 public void Add(KeyValuePair<TKey, TValue> item) in Add()
97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains()
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Collections/
H A DActivatableDictionary.cs92 public void Add(KeyValuePair<TKey, TValue> item) in Add()
120 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains()
132 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
251 ICollection<TValue> IDictionary<TKey, TValue>.Values property in Db4objects.Db4o.Collections.ActivatableDictionary
264 public Dictionary<TKey, TValue>.ValueCollection Values property in Db4objects.Db4o.Collections.ActivatableDictionary
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/Util/
H A DOrderedDictionary.cs60 public ICollection<TValue> Values { property in System.Web.Util.OrderedDictionary
121 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) { in Add()
125 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) { in Contains()
133 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) { in Remove()
/dports/devel/msbuild/msbuild-0.06/src/Build/Collections/
H A DReadOnlyConvertingDictionary.cs62 public ICollection<N> Values property in Microsoft.Build.Collections.ReadOnlyConvertingDictionary
153 public void Add(KeyValuePair<K, N> item) in Add()
169 public bool Contains(KeyValuePair<K, N> item) in Contains()
191 public bool Remove(KeyValuePair<K, N> item) in Remove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DContextDictionary.cs77 public ICollection<string> Values property in System.ServiceModel.Channels.ContextDictionary
112 public void Add(KeyValuePair<string, string> item) in Add() argument
131 public bool Contains(KeyValuePair<string, string> item) in Contains() argument
175 public bool Remove(KeyValuePair<string, string> item) in Remove() argument

12345678910>>...17