PseudoSentenceElement Constructor |
Namespace: PassphraseGen.ClassesAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PseudoSentenceElement(
string type,
string spec
)
Public Sub New (
type As String,
spec As String
)
public:
PseudoSentenceElement(
String^ type,
String^ spec
)
new :
type : string *
spec : string -> PseudoSentenceElement
Parameters
- type
- Type: SystemString
[Missing <param name="type"/> documentation for "M:PassphraseGen.Classes.PseudoSentenceElement.#ctor(System.String,System.String)"]
- spec
- Type: SystemString
[Missing <param name="spec"/> documentation for "M:PassphraseGen.Classes.PseudoSentenceElement.#ctor(System.String,System.String)"]
See Also