| Snak(String, SnakType) Constructor |
This is preliminary documentation and is subject to change.
Initializes a snak with specified property ID and snak type.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Snak(
string propertyId,
SnakType snakType
)
Public Sub New (
propertyId As String,
snakType As SnakType
)
Dim propertyId As String
Dim snakType As SnakType
Dim instance As New Snak(propertyId,
snakType)
public:
Snak(
String^ propertyId,
SnakType snakType
)
new :
propertyId : string *
snakType : SnakType -> Snak
Parameters
- propertyId String
- The property id.
- snakType SnakType
- Snak type.
Remarks See Also