VsTeXProject.VisualStudio.Project.Automation.OAProperties.IsInMap C# (CSharp) Method

IsInMap() private method

private IsInMap ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
return bool
        private bool IsInMap(PropertyInfo propertyInfo)
        {
            return Properties.ContainsKey(propertyInfo.Name);
        }