implicit operator
operator in Coherence.Cloud.StorageObjectId
Operators
public static implicit operator StorageObjectId((string type, string id) item)
Parameters
Type | Name | Description |
---|---|---|
(string, string connectionId) | item |
Returns
Type | Description |
---|---|
StorageObjectId |
public static implicit operator StorageObjectId((IFormattable type, string id) item)
Parameters
Type | Name | Description |
---|---|---|
(IFormattable type, string id) | item |
Returns
Type | Description |
---|---|
StorageObjectId |
public static implicit operator StorageObjectId((string type, IFormattable id) item)
Parameters
Type | Name | Description |
---|---|---|
(string type, IFormattable id) | item |
Returns
Type | Description |
---|---|
StorageObjectId |
public static implicit operator StorageObjectId((IFormattable type, IFormattable id) item)
Parameters
Type | Name | Description |
---|---|---|
(IFormattable type, IFormattable id) | item |
Returns
Type | Description |
---|---|
StorageObjectId |