ConcurrentHashSetTTryAdd Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool TryAdd(
T item
)
Public Function TryAdd (
item As T
) As Boolean
public:
bool TryAdd(
T item
)
member TryAdd :
item : 'T -> bool
Parameters
- item
- Type: T
Return Value
Type:
BooleanSee Also