DataDictionary.Generated.Paragraph.countTypeSpecs C# (CSharp) Method

countTypeSpecs() public method

Part of the list interface for TypeSpecs
public countTypeSpecs ( ) : int
return int
        public int countTypeSpecs()
        {
            return allTypeSpecs().Count;
        }