BaseTypeRequiredAttribute Constructor Couchbase .NET SDK 2.0
Initializes a new instance of the BaseTypeRequiredAttribute class

Namespace: Couchbase.Annotations
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public BaseTypeRequiredAttribute(
	Type baseType
)

Parameters

baseType
Type: System.Type

[Missing <param name="baseType"/> documentation for "M:Couchbase.Annotations.BaseTypeRequiredAttribute.#ctor(System.Type)"]

See Also