C# Class CommonMarkSharp.Inlines.LinkTitle

Inheritance: InlineList
显示文件 Open project: MortenHoustonLudvigsen/CommonMarkSharp

Public Methods

Method Description
LinkTitle ( ) : System.Collections.Generic
LinkTitle ( IEnumerable inlines ) : System.Collections.Generic
LinkTitle ( string title ) : System.Collections.Generic

Method Details

LinkTitle() public method

public LinkTitle ( ) : System.Collections.Generic
return System.Collections.Generic

LinkTitle() public method

public LinkTitle ( IEnumerable inlines ) : System.Collections.Generic
inlines IEnumerable
return System.Collections.Generic

LinkTitle() public method

public LinkTitle ( string title ) : System.Collections.Generic
title string
return System.Collections.Generic