public ASN1ElementMetadata( string name, bool isOptional, bool hasTag, bool isImplicitTag, int tagClass, int tag, bool hasDefaultValue )
Public Sub New ( name As String, isOptional As Boolean, hasTag As Boolean, isImplicitTag As Boolean, tagClass As Integer, tag As Integer, hasDefaultValue As Boolean )
public: ASN1ElementMetadata( String^ name, bool isOptional, bool hasTag, bool isImplicitTag, int tagClass, int tag, bool hasDefaultValue )
new : name : string * isOptional : bool * hasTag : bool * isImplicitTag : bool * tagClass : int * tag : int * hasDefaultValue : bool -> ASN1ElementMetadata
GSF.ASN1.Metadata.ASN1ElementMetadata = function(name, isOptional, hasTag, isImplicitTag, tagClass, tag, hasDefaultValue);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.