IEnumerableExtensionNewAltID Method
Generates a new value for the
AltID property that
has not yet been used in
values.
Namespace: FolkerKinzel.VCards.ExtensionsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static string NewAltID(
this IEnumerable<VCardProperty?>? values
)
<ExtensionAttribute>
Public Shared Function NewAltID (
values As IEnumerable(Of VCardProperty)
) As String
public:
[ExtensionAttribute]
static String^ NewAltID(
IEnumerable<VCardProperty^>^ values
)
[<ExtensionAttribute>]
static member NewAltID :
values : IEnumerable<VCardProperty> -> string
- values IEnumerableVCardProperty
- The collection of VCardProperty objects to
examine. The collection may be null, empty, or may contain null
values.
StringA new, unused value for the
AltID properties
of the objects in
values.In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableVCardProperty. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).