'Declaration Public Function CanStore( _
ByVal typeThe type of data.As System.Type _
) As Boolean
public bool CanStore(
System.Type type
)
public: bool CanStore(
System.Type* type
)
public:
bool CanStore(
System.Type^ type
)
Parameters
- type
- The type of data.
Return Value
True if data storage can store data of this type;
false if data storage cannot store data of this type.
false if data storage cannot store data of this type.