コード例 #1
0
 IEnumerable <FlowComponentOrNode> ButtonStyle.GetChildren()
 {
     return(ActionComponentIcon.GetIconAndTextComponents(icon, text));
 }
コード例 #2
0
 IReadOnlyCollection <FlowComponent> ButtonStyle.GetChildren()
 {
     return(ActionComponentIcon.GetIconAndTextComponents(icon, text));
 }
 IEnumerable <FlowComponentOrNode> HyperlinkStyle.GetChildren(string destinationUrl)
 {
     return(ActionComponentIcon.GetIconAndTextComponents(icon, text.Any() ? text : destinationUrl));
 }
コード例 #4
0
 IReadOnlyCollection <FlowComponent> HyperlinkStyle.GetChildren(string destinationUrl) =>
 ActionComponentIcon.GetIconAndTextComponents(icon, text.Any() ? text : destinationUrl);