Namespace: MonoSoftware.MonoX.ModuleGallery.Mobile.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected override Hashtable ParseCommentTemplateTags(
	SnCommentDTO comment
)
Visual Basic
Protected Overrides Function ParseCommentTemplateTags ( 
	comment As SnCommentDTO
) As Hashtable
Visual C++
protected:
virtual Hashtable^ ParseCommentTemplateTags(
	SnCommentDTO^ comment
) override
F#
abstract ParseCommentTemplateTags : 
        comment : SnCommentDTO -> Hashtable 
override ParseCommentTemplateTags : 
        comment : SnCommentDTO -> Hashtable 

Return Value

Type: Hashtable

See Also