 | SingleFeatureCollectionTFeature Constructor (TFeature) |
[This is preliminary documentation and is subject to change.]
Namespace:
JsonRpc.Server
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic SingleFeatureCollection(
TFeature feature
)
Public Sub New (
feature As TFeature
)
Dim feature As TFeature
Dim instance As New SingleFeatureCollection(feature)
public:
SingleFeatureCollection(
TFeature feature
)
new :
feature : 'TFeature -> SingleFeatureCollection
Parameters
- feature
- Type: TFeature
[Missing <param name="feature"/> documentation for "M:JsonRpc.Server.SingleFeatureCollection`1.#ctor(`0)"]
See Also