 | SingleFeatureCollectionTFeature Constructor (IFeatureCollection, 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(
IFeatureCollection baseCollection,
TFeature feature
)
Public Sub New (
baseCollection As IFeatureCollection,
feature As TFeature
)
Dim baseCollection As IFeatureCollection
Dim feature As TFeature
Dim instance As New SingleFeatureCollection(baseCollection,
feature)
public:
SingleFeatureCollection(
IFeatureCollection^ baseCollection,
TFeature feature
)
new :
baseCollection : IFeatureCollection *
feature : 'TFeature -> SingleFeatureCollection
Parameters
- baseCollection
- Type: JsonRpc.ServerIFeatureCollection
[Missing <param name="baseCollection"/> documentation for "M:JsonRpc.Server.SingleFeatureCollection`1.#ctor(JsonRpc.Server.IFeatureCollection,`0)"]
- feature
- Type: TFeature
[Missing <param name="feature"/> documentation for "M:JsonRpc.Server.SingleFeatureCollection`1.#ctor(JsonRpc.Server.IFeatureCollection,`0)"]
See Also