DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb
System
NonSerializedAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
{
4
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
5
public
sealed
class
NonSerializedAttribute
: Attribute {
6
}
7
}
System
Definition:
NonSerializedAttribute.cs:3
System.NonSerializedAttribute
Definition:
NonSerializedAttribute.cs:5
Generated by
1.8.10