Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

All definitions contain;

  • A source code location.
  • Wiki MarkupOptional metadata annotations. ( \ [Metadata\] )
  • Namespace visibility ( public, protected, private or internal ).
  • Modifiers ( static, override )
  • A base name, this name is considered the unqualified name of the definition. ( FooBar not foo.bar.FooBar ) 
  • A reference to the containing ITypeDefinition, the class or interface owner. The type can be null for some definitions.

...