C# Class FXTest.Log.LogAttribute

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
Name string
Value string

Public Methods

Method Description
LogAttribute ( string name, string value ) : System

Method Details

LogAttribute() public method

public LogAttribute ( string name, string value ) : System
name string
value string
return System

Property Details

Name public_oe property

public string Name
return string

Value public_oe property

public string Value
return string