Advertisement
Guest User

Untitled

a guest
May 25th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <# Console.WriteLine("Doing property for " + obj.Name); #>
  2. <# if (obj.Property != null) #>
  3. <# { #>
  4. <# Console.WriteLine("obj.Property is not null"); #>
  5. <# if (obj.Property == null) Console.WriteLine("obj.Property is null"); #>
  6. <# PerformCalculation(obj.Property); #>
  7. <# } #>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement