C# Class UniAspect.AspectElement.LanguageDependBlock

言語依存ブロックを表します
Mostra file Open project: UnicoenProject/UniAspect Class Usage Examples

Public Methods

Method Description
GetContents ( ) : string
GetLanguageType ( ) : string
SetContents ( string content ) : void
SetLanguageType ( string language ) : void

Method Details

GetContents() public method

public GetContents ( ) : string
return string

GetLanguageType() public method

public GetLanguageType ( ) : string
return string

SetContents() public method

public SetContents ( string content ) : void
content string
return void

SetLanguageType() public method

public SetLanguageType ( string language ) : void
language string
return void