Adds a new ElsCertRefType to a generic list of ElsCertRefType.
Namespace: Nehta.VendorLibrary.SM.SMDAssembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
C# |
---|
public static void AddCertRef(
this List<ElsCertRefType> certRefs,
string useQualifier,
string type,
string value
) |
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
List<(Of <(<'ElsCertRefType>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or
.
See Also