StringGenerator Class
A sealed data generator class that generates strings.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public NotInheritable Class StringGenerator _
Implements IGenerator, IDisposable
'Usage
Dim instance As StringGenerator
[CLSCompliantAttribute(true)]
public sealed class StringGenerator : IGenerator,
IDisposable
[CLSCompliantAttribute(true)]
public ref class StringGenerator sealed : IGenerator,
IDisposable
public final class StringGenerator implements IGenerator, IDisposable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamSystem.Data.Generators.StringGenerator
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.