Creates an empty Person object.
Namespace:
SourceAFIS.SimpleAssembly: SourceAFIS (in SourceAFIS.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New |
| C# |
|---|
public Person() |
| Visual C++ |
|---|
public: Person() |
| JavaScript |
|---|
SourceAFIS.Simple.Person = function(); |