MacCopyPaste Example

Ernesto Reides 1 Reputation point
2022-04-29T08:57:42.643+00:00

Hello,

I'm new to Xcode and c# and I'm learning how to do Copy Paste from the examples of this link:

copy-paste

Every thing it's okay but when I try to fill the file ImageDocument.cs I have an error in the code like if a particular class is missing:

197741-image.png

I can not understand it and please, I'm sorry, may be this question have a simple solution but in this case I don't know what to do and I need a little help.

Thank you all

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,308 questions
Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. WhTurner 1,611 Reputation points
    2022-04-29T13:00:03.74+00:00

    The tag "small-basic" is for Technical questions about Microsoft Small Basic, the only text-based language and IDE built for students to learn to code

    Please look for a more fitting tag as your question in not about Small Basic e.g. "dotnet-csharp" Technical questions about the C# programming language.


  2. Bruce (SqlWork.com) 56,931 Reputation points
    2022-04-29T16:32:45.87+00:00

    the class definitions are defined further down in the tutorial. You need to create all the sample classes before it will build.


  3. Ernesto Reides 1 Reputation point
    2022-04-30T05:47:37.083+00:00

    Thank you again, Bruce.

    0 comments No comments