Class PlatformConfigurations
[DataContract]
public class PlatformConfigurations
- Inheritance
-
PlatformConfigurations
Fields
Configurations
[DataMember]
public List<ConfigurationOverride> Configurations
Field Value
DeviceModel
public static string DeviceModel
Field Value
PlatformFilters
[DataMember]
public List<string> PlatformFilters
Field Value
RendererName
public static string RendererName
Field Value
Methods
Get<T>()
public T Get<T>() where T : Configuration, new()
Returns
- T
Type Parameters
T