Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Interface blues

Interface blues

Scheduled Pinned Locked Moved C#
questiontutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    seanwright
    wrote on last edited by
    #1

    Ok, I got a piece of code and I can't seem to compile it... I don't quite know how to ask the question so here goes. I have the following code: public interface X : _Collection { [DispId(0)] Y this[object ] { get; set; } } Where Y is another interface. I get an 'Identifier expected' message when I compile. Can anyone explain this code and a possible solution? Thanks!

    G 1 Reply Last reply
    0
    • S seanwright

      Ok, I got a piece of code and I can't seem to compile it... I don't quite know how to ask the question so here goes. I have the following code: public interface X : _Collection { [DispId(0)] Y this[object ] { get; set; } } Where Y is another interface. I get an 'Identifier expected' message when I compile. Can anyone explain this code and a possible solution? Thanks!

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You have forgotten to give the argument in the indexer a name. Y this[object _index_]

      --- single minded; short sighted; long gone;

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups