Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns an {{int}} that represents the number of styles in this collection.{excerpt}
{signature:C#}
 public int Length()
{signature}{signature:vb.net}
Public Function Length() As Integer
{signature}
{example}{code:csharp|title=C#}
int length = styls.Length;{code}
{code:vb.net|title=vb.net}
Dim length As Integer = styls.Length{code}

{example}