25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

11 satır
236 B

  1. using System.Security.AccessControl;
  2. namespace Security2
  3. {
  4. public class FileSystemFlags
  5. {
  6. public InheritanceFlags InheritanceFlags { get; set; }
  7. public PropagationFlags PropagationFlags { get; set; }
  8. }
  9. }