[Vala] #region example class
- From: Clément David <c david86 gmail com>
- To: vala paldo org
- Subject: [Vala] #region example class
- Date: Wed, 22 Aug 2007 11:42:47 +0200
Here it's an Example Class that use #region :
public class FooBar
{
#region Private Members
private double foo;
#endregion
#region Constructors
construct {
foo = 3.14;
}
FooBar () {}
#endregion
#region Public Fonction
int bar() { return (int)foo; }
#endregion
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]