TlvTagBuilderRemoveChildTag Method
|
Remove given child TLV tag. Reference equality is used when searching the tag to be removed.
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic void RemoveChildTag(
ITlvTag childTag
)
Public Sub RemoveChildTag (
childTag As ITlvTag
)
public:
void RemoveChildTag(
ITlvTag^ childTag
)
member RemoveChildTag :
childTag : ITlvTag -> unit
Parameters
- childTag
- Type: Guardtime.KSI.ParserITlvTag
See Also