Method | Description | |
---|---|---|
FeedComments ( |
||
GetCommentId ( ISymbol symbol ) : string | ||
GetId ( ISymbol symbol ) : string | ||
GetMemberTypeFromTypeKind ( TypeKind typeKind ) : MemberType | ||
GetOverloadId ( ISymbol symbol ) : string | ||
GetOverloadIdBody ( ISymbol symbol ) : string | ||
GetParameterDescription ( ISymbol symbol, |
||
GetSourceDetail ( ISymbol symbol ) : |
||
GetTypeParameterDescription ( ITypeParameterSymbol symbol, |
public static FeedComments ( |
||
item | ||
context | ITripleSlashCommentParserContext | |
return | void |
public static GetCommentId ( ISymbol symbol ) : string | ||
symbol | ISymbol | |
return | string |
public static GetId ( ISymbol symbol ) : string | ||
symbol | ISymbol | |
return | string |
public static GetMemberTypeFromTypeKind ( TypeKind typeKind ) : MemberType | ||
typeKind | TypeKind | |
return | MemberType |
public static GetOverloadId ( ISymbol symbol ) : string | ||
symbol | ISymbol | |
return | string |
public static GetOverloadIdBody ( ISymbol symbol ) : string | ||
symbol | ISymbol | |
return | string |
public static GetParameterDescription ( ISymbol symbol, |
||
symbol | ISymbol | |
item | ||
id | string | |
isReturn | bool | |
context | ITripleSlashCommentParserContext | |
return |
public static GetSourceDetail ( ISymbol symbol ) : |
||
symbol | ISymbol | |
return |
public static GetTypeParameterDescription ( ITypeParameterSymbol symbol, |
||
symbol | ITypeParameterSymbol | |
item | ||
context | ITripleSlashCommentParserContext | |
return |