Skip to content

ACadSharp.Tables.Collections.Table.TryAdd(T)

Albert Domenech edited this page Aug 28, 2025 · 1 revision

TryAdd(T) Method

Tries to add the item to the collection, if an item with the same name already exists it returns the existing item.

Definition

Namespace: ACadSharp.Tables.Collections.Table<T>

C#

public T TryAdd(T)

Return Value

T

Clone this wiki locally