public StoragePresenceAttribute(StoragePresenceOption option, int arraySize) { this.Option = option; this.ArraySize = arraySize; }
/// <summary> /// Initializes a new instance of <see cref="DBFilesClient.NET.StoragePresenceAttribute"/> /// with the specified <see cref="DBFilesClient.NET.StoragePresenceOption"/>. /// </summary> /// <param name="option"> /// Specifies how the underlying class field should be treated when loading from a DBC storage. /// </param> public StoragePresenceAttribute(StoragePresenceOption option) { this.Option = option; }