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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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).