Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

11 řádky
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. }