ProjectData.

ContainsKey(string) Method

Summary

Checks if key is in project data
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
ProjectData

Syntax

public bool ContainsKey(string key)

Parameters

Name Type Description
key string The key to check on

Return Value

Type Description
bool True if key is found, False if key is not found