OnPlatformExtensionBase<TReturn, TOn> Class
Definition
public class OnPlatformExtensionBase<TReturn, TOn>
Methods
| Name | Description |
|---|---|
| ProvideValue | No summary available. |
ProvideValue Method
public object ProvideValue()
Returns
object
Properties
| Name | Description |
|---|---|
| Android | No summary available. |
| Browser | No summary available. |
| Default | No summary available. |
| Linux | No summary available. |
| Windows | No summary available. |
| iOS | No summary available. |
| macOS | No summary available. |
Android Property
public TReturn Android { get; set; }
Browser Property
public TReturn Browser { get; set; }
Default Property
public TReturn Default { get; set; }
Linux Property
public TReturn Linux { get; set; }
Windows Property
public TReturn Windows { get; set; }
iOS Property
public TReturn iOS { get; set; }
macOS Property
public TReturn macOS { get; set; }