← Back to carmenta.com
Carmenta Engine SDK Documentation
×

KeyValueTable<RenderingPriority>.Remove Method

Removes element with the specified key from the table.

Thread safety: This method is not thread-safe. Show

Overload List

 NameDescription
Public methodRemove(AttributeValue key)Removes the element with the specified key from the table.
Public methodRemove(KeyValuePair item)Removes the specified element from the table.

Remove(AttributeValue key)

Removes the element with the specified key from the table.

Syntax

C#
public System.Boolean Remove (
    AttributeValue key
)

Parameters

key
Type: AttributeValue
The key of the element to remove.

Return Value

Type: System.Boolean
True if an element with a key mathing key existed and was removed from the table; otherwise, False.

Remove(KeyValuePair item)

Removes the specified element from the table.

Syntax

C#
public System.Boolean Remove (
    KeyValuePair item
)

Parameters

item
Type: An element consisting of a key and its associated value.
An element to remove from the table.

Return Value

Type: System.Boolean
True if item was found and removed from the table; otherwise, False.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept