The csharp IPersistentMap.containsKey method is used to determine whether a specified key exists in the persistent map or not. It returns a boolean value indicating the presence of the key in the map. This method allows developers to easily check if a particular key is present in the persistent map before performing any operations or retrieving its corresponding value.
C# (CSharp) IPersistentMap.ContainsKey - 1 examples found. These are the top rated real world C# (CSharp) examples of IPersistentMap.ContainsKey extracted from open source projects. You can rate examples to help us improve the quality of examples.