Class VariantDataContainer
Inheritance
object
VariantDataContainer
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class VariantDataContainer
Methods
Get<T>()
Declaration
public T Get<T>()
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
Has<T>()
Declaration
public bool Has<T>()
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |
Set<T>(T)
Declaration
public void Set<T>(T data)
Parameters
| Type | Name | Description |
|---|---|---|
| T | data |
Type Parameters
| Name | Description |
|---|---|
| T |
TryGet<T>(out T)
Declaration
public bool TryGet<T>(out T data)
Parameters
| Type | Name | Description |
|---|---|---|
| T | data |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |