ABB.Swum.Nodes.WordNode.IsAllCaps C# (CSharp) Méthode

IsAllCaps() public méthode

Reports whether the word is in all caps.
public IsAllCaps ( ) : bool
Résultat bool
        public bool IsAllCaps() {
            return AllCaps;
        }