C# 클래스 dotless.Core.engine.MixinBlock

상속: ElementBlock
파일 보기 프로젝트 열기: chrisjowen/nLess

공개 메소드들

메소드 설명
GetClonedChildren ( ElementBlock newParent, IEnumerable arguments ) : List
MixinBlock ( string name ) : System
MixinBlock ( string name, string selector ) : System

비공개 메소드들

메소드 설명
GetArgumentString ( IEnumerable arguments ) : string
GetMixinString ( IEnumerable arguments ) : string

메소드 상세

GetClonedChildren() 공개 메소드

public GetClonedChildren ( ElementBlock newParent, IEnumerable arguments ) : List
newParent ElementBlock
arguments IEnumerable
리턴 List

MixinBlock() 공개 메소드

public MixinBlock ( string name ) : System
name string
리턴 System

MixinBlock() 공개 메소드

public MixinBlock ( string name, string selector ) : System
name string
selector string
리턴 System