Skip to content

Instantly share code, notes, and snippets.

@kmorcinek
Created November 23, 2017 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmorcinek/8d05170a271e1297885e6322e84afb68 to your computer and use it in GitHub Desktop.
Save kmorcinek/8d05170a271e1297885e6322e84afb68 to your computer and use it in GitHub Desktop.
public TwojTyp IIIIIIIIIIIIIIIIIFunkcja(JeszczeInnyTyp obj)
{
if (obj == null)
{
return null;
}
if (obj.Nazwa == "Jakastam")
{
return new TwojTyp(3);
}
int ilestam = wyliczIlestam(obj);
return new TwojTyp(ilestam);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment