C# Class MoreInternals.Model.SelectorAndBlock

Inheritance: Block, IWritable
显示文件 Open project: kevin-montrose/More Class Usage Examples

Public Methods

Method Description
SelectorAndBlock ( Selector selector, IEnumerable cssRules, IEnumerable resetContext, int start, int stop, string filePath ) : System
Write ( ICssWriter output ) : void

Private Methods

Method Description
BindAndEvaluateMixins ( Scope scope = null, int depth, LinkedList invokationChain = null ) : SelectorAndBlock
BindParameter ( Scope scope, MixinBlock>.Dictionary mixinReferences, Value>.Dictionary boundVariables, MixinParameter @param, Value value ) : void
CombineSelectors ( Selector s1, Selector s2, int start, int stop, string filePath ) : List
CreateAnonMixin ( IncludeSelectorValue val ) : MixinBlock
InReset ( IEnumerable context ) : SelectorAndBlock
ToString ( ) : string
UnrollNestedBlocks ( ) : List

Method Details

SelectorAndBlock() public method

public SelectorAndBlock ( Selector selector, IEnumerable cssRules, IEnumerable resetContext, int start, int stop, string filePath ) : System
selector Selector
cssRules IEnumerable
resetContext IEnumerable
start int
stop int
filePath string
return System

Write() public method

public Write ( ICssWriter output ) : void
output ICssWriter
return void