C# Class dotless.Core.engine.MixinBlock

Inheritance: ElementBlock
Datei anzeigen Open project: chrisjowen/nLess

Public Methods

Method Description
GetClonedChildren ( ElementBlock newParent, IEnumerable arguments ) : List
MixinBlock ( string name ) : System
MixinBlock ( string name, string selector ) : System

Private Methods

Method Description
GetArgumentString ( IEnumerable arguments ) : string
GetMixinString ( IEnumerable arguments ) : string

Method Details

GetClonedChildren() public method

public GetClonedChildren ( ElementBlock newParent, IEnumerable arguments ) : List
newParent ElementBlock
arguments IEnumerable
return List

MixinBlock() public method

public MixinBlock ( string name ) : System
name string
return System

MixinBlock() public method

public MixinBlock ( string name, string selector ) : System
name string
selector string
return System