| IExtensionPropertyCollectionContains Method |
Indicates if the collection contains the specified property
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool Contains(
string name
)
Function Contains (
name As String
) As Boolean
bool Contains(
String^ name
)
Parameters
- name
- Type: SystemString
Name of the property to search
Return Value
Type:
Boolean[Missing <returns> documentation for "M:AskiaCore.IExtensionPropertyCollection.Contains(System.String)"]
See Also