|
-
May 14th, 2004, 01:24 PM
#1
convert this property from VB to C#?
is it possible in C# to have something like this?
Public Property foo(ByVal a As Integer, ByVal b As Integer) As Integer
Get
End Get
Set(ByVal Value As Integer)
End Set
End Property
I can't figure out how to pass arguments to a property
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|