C# Class NUnitGoCore.CustomElements.CSSElements.CssSet

ファイルを表示 Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
AddElement ( CssElement element ) : void
AddElements ( List elementList ) : void
AddSet ( CssSet setToAdd ) : void
CssSet ( string name = "" ) : System.Collections.Generic
GetElements ( ) : HashSet
ToString ( ) : string

Method Details

AddElement() public method

public AddElement ( CssElement element ) : void
element CssElement
return void

AddElements() public method

public AddElements ( List elementList ) : void
elementList List
return void

AddSet() public method

public AddSet ( CssSet setToAdd ) : void
setToAdd CssSet
return void

CssSet() public method

public CssSet ( string name = "" ) : System.Collections.Generic
name string
return System.Collections.Generic

GetElements() public method

public GetElements ( ) : HashSet
return HashSet

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public_oe property

public string Name
return string