C# Class Detector.Property

Exibir arquivo Open project: 51Degrees/dotNET-Device-Detection

Public Properties

Property Type Description
Name string
Values string[]

Public Methods

Method Description
Property ( ) : System
Property ( string name, string values ) : System

Method Details

Property() public method

public Property ( ) : System
return System

Property() public method

public Property ( string name, string values ) : System
name string
values string
return System

Property Details

Name public_oe property

public string Name
return string

Values public_oe property

public string[] Values
return string[]